We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 81e191c + 5eae06c commit 400286cCopy full SHA for 400286c
2 files changed
.github/workflows/publish.yml
@@ -16,7 +16,7 @@ jobs:
16
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
17
steps:
18
- name: Checkout source
19
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
20
with:
21
# Get history and tags for SCM versioning to work
22
fetch-depth: 0
.github/workflows/test.yml
@@ -6,7 +6,7 @@ jobs:
6
build:
7
runs-on: ubuntu-latest
8
9
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
10
11
12
- name: Mirror + trigger CI
0 commit comments