We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aad3a8 commit 7e188a6Copy full SHA for 7e188a6
.github/workflows/docs.yml
@@ -28,7 +28,7 @@ jobs:
28
id-token: write
29
steps:
30
- name: Checkout
31
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
32
with:
33
fetch-depth: 0
34
# See https://dev.to/epassaro/caching-anaconda-environments-in-github-actions-5hde
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
24
25
26
27
- name: Set up Python 3.10
.github/workflows/tests.yml
- macos-latest
- windows-latest
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: Set up Python ${{ matrix.py }}
0 commit comments