Skip to content

Commit 40166f0

Browse files
hamirmahalamannn
andauthored
chore: Update actions in release workflow (#276)
* chore: changes from formatting on save * fix: usage of deprecated `Node.js 16 actions` * Update .github/workflows/release.yml --------- Co-authored-by: Jan Amann <[email protected]>
1 parent 80c0371 commit 40166f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
main:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v3
18-
- uses: actions/setup-node@v3
17+
- uses: actions/checkout@v4
18+
- uses: actions/setup-node@v4
1919
with:
2020
node-version: 20
2121
- run: yarn install

0 commit comments

Comments
 (0)