There was an error while loading. Please reload this page.
1 parent 0d0eb5b commit fce2d13Copy full SHA for fce2d13
1 file changed
.github/workflows/main.yml
@@ -7,9 +7,9 @@ jobs:
7
runs-on: ubuntu-latest
8
9
steps:
10
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v7
11
- name: Set up Python 3
12
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v6
13
with:
14
python-version: '3.x'
15
@@ -26,9 +26,9 @@ jobs:
26
runs-on: ubuntu-24.04
27
28
29
30
31
32
33
python-version: '3.8' # This version is the closest available to the one currently used in production (3.6).
34
0 commit comments