We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 29e7fb8 + 908fa87 commit 25fa8e3Copy full SHA for 25fa8e3
1 file changed
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
uses: actions/checkout@v6.0.2
27
28
- name: Set up Python
29
- uses: actions/setup-python@v6.1.0
+ uses: actions/setup-python@v6.2.0
30
with:
31
python-version: '3.12'
32
@@ -45,7 +45,7 @@ jobs:
45
46
47
48
49
50
51
@@ -74,7 +74,7 @@ jobs:
74
steps:
75
- uses: actions/checkout@v6.0.2
76
77
78
79
python-version: '3.x'
80
- name: Install dependencies
0 commit comments