Skip to content

Commit 1c12043

Browse files
committed
Update actions
1 parent 13b76c9 commit 1c12043

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/lint.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,24 @@ jobs:
1010
lint:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v4
1414

15-
- uses: actions/setup-python@v2
15+
- uses: actions/setup-python@v5
1616
with:
17-
python-version: "3.10"
17+
python-version: "3.12"
1818

19-
- uses: actions/cache@v2
19+
- uses: actions/cache@v4
2020
with:
2121
path: ~/.local
22-
key: poetry-1.2.2
22+
key: poetry-1.8.0
2323

2424
- uses: snok/install-poetry@v1
2525
with:
26-
version: 1.2.2
26+
version: 1.8.0
2727
virtualenvs-create: true
2828
virtualenvs-in-project: true
2929

30-
- uses: actions/cache@v2
30+
- uses: actions/cache@v4
3131
id: cache-deps
3232
with:
3333
path: .venv

.github/workflows/test.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,24 @@ jobs:
1010
lint:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v4
1414

15-
- uses: actions/setup-python@v2
15+
- uses: actions/setup-python@v5
1616
with:
17-
python-version: "3.10"
17+
python-version: "3.12"
1818

19-
- uses: actions/cache@v2
19+
- uses: actions/cache@v4
2020
with:
2121
path: ~/.local
22-
key: poetry-1.2.2
22+
key: poetry-1.8.0
2323

2424
- uses: snok/install-poetry@v1
2525
with:
26-
version: 1.2.2
26+
version: 1.8.0
2727
virtualenvs-create: true
2828
virtualenvs-in-project: true
2929

30-
- uses: actions/cache@v2
30+
- uses: actions/cache@v4
3131
id: cache-deps
3232
with:
3333
path: .venv

0 commit comments

Comments
 (0)