We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d7c37b9 + 2fd0a62 commit 78fe2c4Copy full SHA for 78fe2c4
.github/workflows/test.yaml
@@ -11,7 +11,7 @@ jobs:
11
name: Tests
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
15
16
- name: Run tests
17
shell: bash
.github/workflows/versions.yaml
@@ -13,7 +13,7 @@ jobs:
contents: write
- name: Checkout code
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
with:
18
fetch-depth: 0
19
persist-credentials: true
0 commit comments