ci: update github action versions

This commit is contained in:
Erik Sundell
2022-09-09 22:29:41 +02:00
parent 6e3f250dae
commit c56035ec0b
2 changed files with 5 additions and 5 deletions

View File

@@ -95,8 +95,8 @@ jobs:
matrix: ${{ fromJson(needs.decide-on-test-jobs-to-run.outputs.matrix) }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "${{ matrix.python_version }}"

View File

@@ -53,8 +53,8 @@ jobs:
python_version: "3.10"
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "${{ matrix.python_version }}"
@@ -74,7 +74,7 @@ jobs:
# completion. Make sure to update the key to bust the cache
# properly if you make a change that should influence it.
- name: Load cached Python dependencies
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: /srv/venv/
key: >-