We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e881db0 + 9c394b2 commit cc96685Copy full SHA for cc96685
.github/workflows/python.yml
@@ -16,7 +16,7 @@ jobs:
16
17
steps:
18
- name: Checkout
19
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
20
with:
21
fetch-depth: 0
22
submodules: 'recursive'
@@ -56,7 +56,7 @@ jobs:
56
57
58
59
60
61
- name: Set up Python
62
uses: actions/setup-python@v6
@@ -91,7 +91,7 @@ jobs:
91
92
93
94
95
96
97
clean: true
@@ -127,7 +127,7 @@ jobs:
127
128
129
130
131
132
133
0 commit comments