Skip to content

Commit a59ff54

Browse files
chore(deps): bump actions/github-script from 7 to 8
Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fbf9024 commit a59ff54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cleanup.yml

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

2525
- name: 🗑️ Clean all preview pages
2626
id: cleanup
27-
uses: actions/github-script@v7
27+
uses: actions/github-script@v8
2828
with:
2929
result-encoding: json
3030
script: |

.github/workflows/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
ASSET_PASSWORD: ${{ secrets.ASSET_PASSWORD }}
2222

2323
- name: ⏬ Get branch name
24-
uses: actions/github-script@v7
24+
uses: actions/github-script@v8
2525
id: get-branch-name
2626
with:
2727
result-encoding: string

0 commit comments

Comments
 (0)