Skip to content

Commit dc91af8

Browse files
committed
Use Ubuntu 22 and cache action v4
1 parent 3f9d17e commit dc91af8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
jobs:
1111
tox:
1212
name: "Test ${{ matrix.toxenv }}"
13-
runs-on: "ubuntu-18.04"
13+
runs-on: "ubuntu-22.04"
1414
strategy:
1515
matrix:
1616
include:
@@ -56,7 +56,7 @@ jobs:
5656
run: |
5757
echo "::set-output name=dir::$(pip cache dir)"
5858
- name: "Cache pip packages"
59-
uses: "actions/cache@v2"
59+
uses: "actions/cache@v4"
6060
with:
6161
path: "${{ steps.pip-cache.outputs.dir }}"
6262
key: "${{ runner.os }}-pip-${{ hashFiles('**/base.txt','**/test.txt') }}"

0 commit comments

Comments
 (0)