Skip to content

Commit 923a9dd

Browse files
Merge pull request #10 from technote-space/chore/chore-sync-workflows
chore: sync workflows
2 parents 5346f54 + 067e3f8 commit 923a9dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/add-release-tag.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
env:
2929
HEAD_REF: ${{ github.head_ref }}
3030
if: startsWith(github.head_ref, 'release/v')
31-
- uses: actions/github-script@0.4.0
31+
- uses: actions/github-script@v3
3232
with:
3333
github-token: ${{ secrets.ACCESS_TOKEN }}
3434
script: |
@@ -39,7 +39,7 @@ jobs:
3939
sha: context.sha
4040
})
4141
if: env.NEXT_VERSION
42-
- uses: actions/github-script@0.4.0
42+
- uses: actions/github-script@v3
4343
with:
4444
github-token: ${{ secrets.ACCESS_TOKEN }}
4545
script: |

0 commit comments

Comments
 (0)