We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0c2e0c1 + 56052be commit 2df0176Copy full SHA for 2df0176
2 files changed
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ubuntu-latest
17
timeout-minutes: 2
18
steps:
19
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
20
21
- name: Check shell script syntax
22
run: |
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
name: Create Release
23
24
25
26
with:
27
fetch-depth: 0
28
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments