Skip to content

Commit f07db31

Browse files
authored
Upgrade action versions
1 parent 054ed12 commit f07db31

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ jobs:
99
FLAKE8: venv/bin/flake8
1010
MYPY: venv/bin/mypy
1111
steps:
12-
- uses: actions/checkout@v3
13-
- name: Set up Python 3.8
14-
uses: actions/setup-python@v3
12+
- uses: actions/checkout@v4
13+
- name: Set up Python 3.13
14+
uses: actions/setup-python@v5
1515
with:
16-
python-version: 3.8
16+
python-version: 3.13
1717
- name: Set up virtualenv
1818
run: python -m venv venv
1919
- name: Install dependencies
@@ -31,13 +31,13 @@ jobs:
3131
runs-on: ubuntu-latest
3232
needs: lint
3333
steps:
34-
- uses: actions/checkout@v3
34+
- uses: actions/checkout@v4
3535
with:
3636
fetch-depth: 0
37-
- name: Set up Python 3.8
38-
uses: actions/setup-python@v4
37+
- name: Set up Python 3.13
38+
uses: actions/setup-python@v5
3939
with:
40-
python-version: "3.8"
40+
python-version: "3.13"
4141
- name: Install dependencies
4242
run: |
4343
python -m pip install --upgrade pip build

0 commit comments

Comments
 (0)