2 parents eadf174 + 3e28e47 commit fd42071Copy full SHA for fd42071
2 files changed
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
python-version: ["3.10", "3.11"]
15
16
steps:
17
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v7
18
19
- name: Set up Python ${{ matrix.python-version }}
20
uses: actions/setup-python@v4
.github/workflows/tests.yml
@@ -12,7 +12,7 @@ jobs:
12
matrix:
13
python-version: ["3.11", "3.12"]
- - uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
0 commit comments