Skip to content

Commit 28e149f

Browse files
committed
ci(repo): use latest action version in tag-and-release
1 parent 685ccd7 commit 28e149f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ jobs:
2323
steps:
2424

2525
- name: ⬇️ Checkout repo
26-
uses: actions/checkout@v3
26+
uses: actions/checkout@v4
2727
with:
2828
# Allows for pushes from this workflow to trigger subsequent workflows
2929
token: ${{ secrets.CI_GITHUB_TOKEN }}
3030
fetch-depth: 0
3131

3232
- name: ⎔ Setup node
33-
uses: actions/setup-node@v3
33+
uses: actions/setup-node@v4
3434
with:
35-
node-version: 18.x
35+
node-version: 22.x
3636

3737
- name: 🤓 Set Git User
3838
run: |

0 commit comments

Comments
 (0)