We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a43b56 commit 746e464Copy full SHA for 746e464
.github/workflows/enochecker_test.yml
@@ -17,13 +17,13 @@ jobs:
17
ENOCHECKER_TEST_CHECKER_PORT: 14711
18
19
steps:
20
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
21
with:
22
submodules: recursive
23
- - name: Set up Python 3.9
24
- uses: actions/setup-python@v2
+ - name: Set up Python 3.13
+ uses: actions/setup-python@v5
25
26
- python-version: 3.9
+ python-version: 3.13
27
- name: Install enochecker_test
28
run: |
29
python -m pip install --upgrade pip
0 commit comments