Skip to content

Commit

Permalink
[skip netlify] Update actions/github-script action to v5 (video-dev#4335
Browse files Browse the repository at this point in the history
)

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Tom Jenkinson <[email protected]>
  • Loading branch information
3 people authored Oct 27, 2021
1 parent 910b266 commit fd96e14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
SAUCE_ACCESS_KEY: ${{ secrets.SAUCE_ACCESS_KEY }}
- name: extract tag
id: extract_tag
uses: actions/github-script@v4
uses: actions/github-script@v5
with:
script: |
const prefix = 'refs/tags/';
Expand All @@ -47,7 +47,7 @@ jobs:

- name: check package-lock.json version
id: extract_tag
uses: actions/github-script@v4
uses: actions/github-script@v5
with:
script: |
const fs = require('fs');
Expand Down

0 comments on commit fd96e14

Please sign in to comment.