There was an error while loading. Please reload this page.
1 parent 45aed00 commit 4603bdaCopy full SHA for 4603bda
1 file changed
.github/workflows/test.yml
@@ -19,10 +19,10 @@ jobs:
19
python-version: ["3.10", "3.11", "3.12"]
20
21
steps:
22
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
23
24
- name: Set up Python
25
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
26
with:
27
python-version: ${{ matrix.python-version }}
28
@@ -46,9 +46,9 @@ jobs:
46
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
47
needs: parity
48
49
50
51
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
52
53
python-version: "3.12"
54
0 commit comments