We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64f5a39 commit 0b3edf1Copy full SHA for 0b3edf1
1 file changed
.github/workflows/tests.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
15
steps:
16
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
17
- name: Set up Python
18
uses: actions/setup-python@v6
19
with:
@@ -28,7 +28,7 @@ jobs:
28
os: [ubuntu-latest, windows-latest]
29
30
31
32
33
- name: Set up Python ${{ matrix.python-version }}
34
@@ -59,7 +59,7 @@ jobs:
59
60
61
62
63
64
65
@@ -78,7 +78,7 @@ jobs:
78
name: build
79
80
81
82
83
84
0 commit comments