We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a09139 commit 48e04d7Copy full SHA for 48e04d7
.github/workflows/release.yaml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ubuntu-latest
17
steps:
18
- name: Checkout
19
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
20
with:
21
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
22
fetch-depth: 0
.github/workflows/tests.yaml
@@ -29,7 +29,7 @@ jobs:
29
os: [ubuntu-latest]
30
31
32
33
34
35
0 commit comments