Skip to content

Commit 746e464

Browse files
committed
improve checker safety
1 parent 8a43b56 commit 746e464

File tree

4 files changed

+367
-146
lines changed

4 files changed

+367
-146
lines changed

.github/workflows/enochecker_test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ jobs:
1717
ENOCHECKER_TEST_CHECKER_PORT: 14711
1818

1919
steps:
20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v4
2121
with:
2222
submodules: recursive
23-
- name: Set up Python 3.9
24-
uses: actions/setup-python@v2
23+
- name: Set up Python 3.13
24+
uses: actions/setup-python@v5
2525
with:
26-
python-version: 3.9
26+
python-version: 3.13
2727
- name: Install enochecker_test
2828
run: |
2929
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)