We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e46cfa + 72b2ff0 commit 722fb36Copy full SHA for 722fb36
.github/workflows/pre-commit.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- name: Check out Repository
13
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
14
15
- name: Set up Python
16
uses: actions/setup-python@v5
.github/workflows/pytests.yml
@@ -20,7 +20,7 @@ jobs:
20
21
name: Python (${{ matrix.python-version }} on ${{ matrix.os }})
22
23
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
24
25
26
with:
0 commit comments