Skip to content

Commit 27492bd

Browse files
chore(deps): bump actions/github-script from 8 to 9
Bumps [actions/github-script](https://github.com/actions/github-script) from 8 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v8...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5cee76f commit 27492bd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/00-init.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080

8181
- name: 🛤 Extract name and base
8282
id: extract-name-and-base
83-
uses: actions/github-script@v8
83+
uses: actions/github-script@v9
8484
env:
8585
GITHUB_REF: ${{ github.ref }}
8686
RELEASE: ${{ inputs.release }}

.github/workflows/03-preview-url-pr-description.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v6
1515

1616
- name: 🔭 Add url for preview page
17-
uses: actions/github-script@v8
17+
uses: actions/github-script@v9
1818
with:
1919
script: |
2020
const { default: previewUrlPrDescription } = await import('${{ github.workspace }}/scripts/github/preview-url-pr-description.js');

.github/workflows/cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: 🗑️ Clean all preview pages
2929
id: cleanup
30-
uses: actions/github-script@v8
30+
uses: actions/github-script@v9
3131
with:
3232
result-encoding: json
3333
script: |

0 commit comments

Comments
 (0)