Skip to content

Commit 06e31e6

Browse files
timgrahamrafiss
authored andcommitted
update to latest versions of Github actions
1 parent abe294c commit 06e31e6

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/linters.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v6
1717
- name: Set up Python
18-
uses: actions/setup-python@v4
18+
uses: actions/setup-python@v6
1919
with:
2020
python-version: '3.12'
2121
- run: python -m pip install flake8
2222
- name: flake8
23-
uses: liskin/gh-problem-matcher-wrap@v2
23+
uses: liskin/gh-problem-matcher-wrap@v3
2424
with:
2525
linters: flake8
2626
run: flake8
@@ -29,9 +29,9 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- name: Checkout
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v6
3333
- name: Set up Python
34-
uses: actions/setup-python@v4
34+
uses: actions/setup-python@v6
3535
with:
3636
python-version: '3.12'
3737
- run: python -m pip install isort

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ jobs:
6161
#- crdb-version: LATEST
6262
# use_server_side_binding: server_side_binding
6363
steps:
64-
- uses: actions/checkout@v4
65-
- uses: actions/setup-python@v4
64+
- uses: actions/checkout@v6
65+
- uses: actions/setup-python@v6
6666
with:
6767
python-version: '3.12'
6868
- name: Install system packages for Django's Python test dependencies

0 commit comments

Comments
 (0)