We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 685ccd7 commit 28e149fCopy full SHA for 28e149f
.github/workflows/tag-and-release.yml
@@ -23,16 +23,16 @@ jobs:
23
steps:
24
25
- name: ⬇️ Checkout repo
26
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
27
with:
28
# Allows for pushes from this workflow to trigger subsequent workflows
29
token: ${{ secrets.CI_GITHUB_TOKEN }}
30
fetch-depth: 0
31
32
- name: ⎔ Setup node
33
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
34
35
- node-version: 18.x
+ node-version: 22.x
36
37
- name: 🤓 Set Git User
38
run: |
0 commit comments