We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d643c8 commit 08dbb3eCopy full SHA for 08dbb3e
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
node-version: [16.x, 18.x]
14
15
steps:
16
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
17
- name: Use Node.js ${{ matrix.node-version }}
18
uses: actions/setup-node@v1
19
with:
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
- name: Checkout Repo
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0
0 commit comments