Skip to content

Commit 9627d0c

Browse files
ci: update all gh workflows
1 parent bb1dbd5 commit 9627d0c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
linting:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@main
21+
- uses: actions/checkout@v4
2222

2323
- name: Set up python
2424
id: setup-python
25-
uses: actions/setup-python@v4
25+
uses: actions/setup-python@v6
2626
with:
2727
python-version: "3.13"
2828

@@ -32,7 +32,7 @@ jobs:
3232
# Caches the venv at the end of the job and reloads for quicker pre-commit.
3333
# Uses pyproject.toml and pre-commit-config file to create hash.
3434
- name: Cache venv
35-
uses: actions/cache@v3
35+
uses: actions/cache@v5
3636
id: cache
3737
with:
3838
path: |
@@ -53,7 +53,7 @@ jobs:
5353
tests:
5454
runs-on: ubuntu-latest
5555
steps:
56-
- uses: actions/checkout@main
56+
- uses: actions/checkout@v4
5757

5858
- name: Build API image
5959
run: |

0 commit comments

Comments
 (0)