Skip to content

Commit c59993c

Browse files
committed
Update checkout and setup-python actions
1 parent 34eb7cf commit c59993c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
python: ['3.9', '3.10', '3.11', '3.12', '3.13']
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v5
1313
- name: Setup Python
14-
uses: actions/setup-python@v5
14+
uses: actions/setup-python@v6
1515
with:
1616
python-version: ${{ matrix.python }}
1717
allow-prereleases: true
@@ -30,8 +30,8 @@ jobs:
3030
static-analysis:
3131
runs-on: ubuntu-latest
3232
steps:
33-
- uses: actions/checkout@v4
34-
- uses: actions/setup-python@v5
33+
- uses: actions/checkout@v5
34+
- uses: actions/setup-python@v6
3535
- name: Install mypy and flake8
3636
run: pip install mypy flake8 types-cryptography
3737
- name: Run flake8

0 commit comments

Comments
 (0)