Skip to content

Commit fa6cd04

Browse files
chore: sync workflows
1 parent af79d21 commit fa6cd04

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: |

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ jobs:
235235
timeout-minutes: 3
236236
if: always()
237237
steps:
238-
- uses: technote-space/workflow-conclusion-action@v1
238+
- uses: technote-space/workflow-conclusion-action@v2
239239
- uses: 8398a7/action-slack@v3
240240
with:
241241
status: failure

0 commit comments

Comments
 (0)