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 e6e7f45 commit ac97032Copy full SHA for ac97032
2 files changed
.github/workflows/main.yml
@@ -21,7 +21,7 @@ jobs:
21
22
steps:
23
- name: Clone repository
24
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
25
with:
26
fetch-depth: 3
27
.github/workflows/release.yml
@@ -31,7 +31,7 @@ jobs:
31
run: echo ${{ env.START_TIME }}
32
33
34
35
36
fetch-depth: 0
37
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments