Skip to content

Commit 9b64c12

Browse files
committed
chore: update action versions to latest
1 parent f75c7b8 commit 9b64c12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/notify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v3
12-
- uses: actions/setup-node@v2
12+
- uses: actions/setup-node@v3
1313
with:
1414
node-version: 16
1515
- run: |

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fetch-depth: 0
1818
persist-credentials: false
1919
token: ${{secrets.gh_token}}
20-
- uses: actions/setup-node@v2
20+
- uses: actions/setup-node@v3
2121
with:
2222
node-version: 16
2323
registry-url: 'https://registry.npmjs.org'

0 commit comments

Comments
 (0)