Skip to content

Commit

Permalink
chore(deps): update actions/github-script action to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 25, 2025
1 parent d6fb518 commit f27bac0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-deployments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Get dir names
id: get-dir-names
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
const folders = JSON.parse("${{ steps.changed-files.outputs.all_changed_files }}");
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Get SPA NAME as strings
id: get-spa-name
if: contains(matrix.container, '-spa')
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
const spaName = "${{ matrix.container }}".split('/')[1];
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Get SPA NAME as strings
id: get-lighthouse-branch-name
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: core.setOutput('LIGHTHOUSE_BRANCH_NAME', "$SPA_NAME".toUpperCase())

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Get dir names
id: get-dir-names
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
const folders = JSON.parse("${{ steps.changed-files.outputs.all_changed_files }}");
Expand Down

0 comments on commit f27bac0

Please sign in to comment.