Skip to content

Commit 5b2f8b6

Browse files
committed
ci: update ubuntu and action versions
1 parent f3afcd7 commit 5b2f8b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
- python-version: "pypy2.7"
2121
check-types: false
2222

23-
runs-on: ubuntu-20.04
23+
runs-on: ubuntu-24.04
2424
container: ${{ matrix.container }}
2525

2626
steps:
27-
- uses: actions/checkout@v3
27+
- uses: actions/checkout@v4
2828

2929
- name: Set up Python ${{ matrix.python-version }}
3030
if: ${{ matrix.python-version != '2.7' }}

0 commit comments

Comments
 (0)