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 bc833ec commit 0b9cdebCopy full SHA for 0b9cdeb
.github/workflows/build.yaml
@@ -14,7 +14,7 @@ jobs:
14
- if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
15
run: echo "flags=--snapshot" >> $GITHUB_ENV
16
- name: Checkout
17
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
18
with:
19
fetch-depth: 0
20
0 commit comments