We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 919d197 commit 4ea129eCopy full SHA for 4ea129e
.github/workflows/release.yaml
@@ -19,12 +19,12 @@ jobs:
19
20
steps:
21
- name: Checkout Repo
22
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
23
with:
24
# Fetch all history for all tags and branches, so that Changesets can determine the version bump
25
fetch-depth: 0
26
27
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v6
28
29
node-version: "lts/*"
30
cache: npm
.github/workflows/test.yaml
@@ -8,10 +8,10 @@ jobs:
8
9
10
- name: Checkout
11
12
13
- name: Set up NodeJS
14
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
15
16
17
0 commit comments