File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ permissions:
1212
1313jobs :
1414 svg-generation :
15- runs-on : ubuntu-latest
15+ runs-on : ubuntu-22.04
1616
1717 steps :
1818 # Check out repository under $GITHUB_WORKSPACE, so the job can access it
2727
2828 # Cache dependencies. From:
2929 # https://github.com/actions/cache/blob/master/examples.md#python---pip
30- - uses : actions/cache@v2
30+ - uses : actions/cache@v4
3131 with :
3232 path : ~/.cache/pip
3333 key : ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
Original file line number Diff line number Diff line change 55
66jobs :
77 test :
8- runs-on : ubuntu-latest
8+ runs-on : ubuntu-22.04
99
1010 steps :
1111 # Check out repository under $GITHUB_WORKSPACE, so the job can access it
12- - uses : actions/checkout@v2
12+ - uses : actions/checkout@v4
1313
1414 # Run using Python 3.10 for consistency and aiohttp
1515 - name : Set up Python 3.10
You can’t perform that action at this time.
0 commit comments