We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb4a6b1 + 524e00f commit a5f3c07Copy full SHA for a5f3c07
2 files changed
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
id-token: write
21
pull-requests: write
22
steps:
23
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
24
with:
25
clean: ${{ github.ref == 'refs/heads/develop' }}
26
.github/workflows/publish.yml
@@ -9,7 +9,7 @@ jobs:
9
contents: write
10
11
12
13
14
- name: Build setup
15
uses: ./.github/actions/build-setup
0 commit comments