Skip to content

Commit b7e1f4d

Browse files
chore(deps): update actions/github-script action to v8 (video-dev#7553)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3f67c53 commit b7e1f4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
SAUCE_ACCESS_KEY: ${{ secrets.SAUCE_ACCESS_KEY }}
3636
- name: extract tag
3737
id: extract_tag
38-
uses: actions/github-script@v7
38+
uses: actions/github-script@v8
3939
with:
4040
script: |
4141
const prefix = 'refs/tags/';
@@ -55,7 +55,7 @@ jobs:
5555
fetch-depth: 0
5656

5757
- name: check package-lock.json version
58-
uses: actions/github-script@v7
58+
uses: actions/github-script@v8
5959
with:
6060
script: |
6161
const fs = require('fs');

0 commit comments

Comments
 (0)