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 d103b78 commit ea2a67dCopy full SHA for ea2a67d
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
if: github.ref != 'refs/heads/main'
17
runs-on: ubuntu-24.04
18
steps:
19
- - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
+ - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
20
with:
21
fetch-depth: 0
22
token: ${{secrets.GITHUB_TOKEN}}
@@ -83,7 +83,7 @@ jobs:
83
if: github.ref == 'refs/heads/main' && startsWith(github.event.head_commit.message, 'no-release') == false
84
85
86
87
88
89
0 commit comments