We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f8dc94 + 4dc0908 commit 6a043a6Copy full SHA for 6a043a6
2 files changed
.github/workflows/cache.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- name: Check out code
13
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
14
15
- name: Cleanup
16
run: |
.github/workflows/tests.yml
@@ -33,7 +33,7 @@ jobs:
33
34
35
- name: Checkout
36
37
38
- name: Set up Python ${{matrix.python}}
39
uses: actions/setup-python@v6
0 commit comments