Skip to content

Commit 8b2e11a

Browse files
[skip netlify] Update actions/github-script action to v4 (video-dev#3809)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 8ebef44 commit 8b2e11a

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
@@ -26,7 +26,7 @@ jobs:
2626
SAUCE_ACCESS_KEY: ${{ secrets.SAUCE_ACCESS_KEY }}
2727
- name: extract tag
2828
id: extract_tag
29-
uses: actions/github-script@v3
29+
uses: actions/github-script@v4
3030
with:
3131
script: |
3232
const prefix = 'refs/tags/';
@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: check package-lock.json version
4747
id: extract_tag
48-
uses: actions/github-script@v3
48+
uses: actions/github-script@v4
4949
with:
5050
script: |
5151
const fs = require('fs');

0 commit comments

Comments
 (0)