Skip to content

Commit 276cc18

Browse files
committed
update actions and python versions
1 parent 265f484 commit 276cc18

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pythonapp.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Checkout code
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v4
1919
with:
2020
fetch-depth: 0
2121
# lfs: true
@@ -33,10 +33,10 @@ jobs:
3333
- name: Git LFS Pull
3434
run: git lfs pull
3535

36-
- name: Set up Python 3.8
37-
uses: actions/setup-python@v1
36+
- name: Set up Python 3.13
37+
uses: actions/setup-python@v5
3838
with:
39-
python-version: 3.8
39+
python-version: 3.13
4040
- name: Install dependencies
4141
run: |
4242
pip install ".[dev]"

0 commit comments

Comments
 (0)