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 50ce316 commit ca96ccbCopy full SHA for ca96ccb
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
node: [16]
36
os: [ubuntu-latest]
37
steps:
38
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
39
- uses: actions/setup-node@v3
40
with:
41
node-version: ${{ matrix.node }}
@@ -87,7 +87,7 @@ jobs:
87
os: ubuntu-latest
88
svelte: 4
89
90
91
92
93
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
24
25
- name: checkout
26
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
27
28
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
29
fetch-depth: 0
0 commit comments