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 7da2cf2 commit dd57ac3Copy full SHA for dd57ac3
.github/workflows/release_canary.yml
@@ -21,7 +21,7 @@ jobs:
21
runs-on: ubuntu-latest
22
steps:
23
- name: Checkout repository
24
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
25
with:
26
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
27
fetch-depth: 0
.github/workflows/release_candidate.yml
@@ -25,7 +25,7 @@ jobs:
28
29
30
31
0 commit comments