summaryrefslogtreecommitdiff
path: root/.github/workflows/tests.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/tests.yaml')
-rw-r--r--.github/workflows/tests.yaml38
1 files changed, 19 insertions, 19 deletions
diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml
index 3cfca316e..3461fdab7 100644
--- a/.github/workflows/tests.yaml
+++ b/.github/workflows/tests.yaml
@@ -13,7 +13,7 @@ on:
- "maintenance/**"
env:
- CACHE_VERSION: 2
+ CACHE_VERSION: 3
KEY_PREFIX: venv
permissions:
@@ -36,10 +36,10 @@ jobs:
python-key: ${{ steps.generate-python-key.outputs.key }}
steps:
- name: Check out code from GitHub
- uses: actions/checkout@v3.3.0
+ uses: actions/checkout@v3.5.2
- name: Set up Python ${{ matrix.python-version }}
id: python
- uses: actions/setup-python@v4.5.0
+ uses: actions/setup-python@v4.6.0
with:
python-version: ${{ matrix.python-version }}
check-latest: true
@@ -52,7 +52,7 @@ jobs:
$GITHUB_OUTPUT
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.2.5
+ uses: actions/cache@v3.3.1
with:
path: venv
key: >-
@@ -88,16 +88,16 @@ jobs:
needs: tests-linux
steps:
- name: Check out code from GitHub
- uses: actions/checkout@v3.3.0
+ uses: actions/checkout@v3.5.2
- name: Set up Python 3.11
id: python
- uses: actions/setup-python@v4.5.0
+ uses: actions/setup-python@v4.6.0
with:
python-version: "3.11"
check-latest: true
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.2.5
+ uses: actions/cache@v3.3.1
with:
path: venv
fail-on-cache-miss: true
@@ -128,16 +128,16 @@ jobs:
python-version: ["3.11"]
steps:
- name: Check out code from GitHub
- uses: actions/checkout@v3.3.0
+ uses: actions/checkout@v3.5.2
- name: Set up Python ${{ matrix.python-version }}
id: python
- uses: actions/setup-python@v4.5.0
+ uses: actions/setup-python@v4.6.0
with:
python-version: ${{ matrix.python-version }}
check-latest: true
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.2.5
+ uses: actions/cache@v3.3.1
with:
path: venv
fail-on-cache-miss: true
@@ -182,10 +182,10 @@ jobs:
# Workaround to set correct temp directory on Windows
# https://github.com/actions/virtual-environments/issues/712
- name: Check out code from GitHub
- uses: actions/checkout@v3.3.0
+ uses: actions/checkout@v3.5.2
- name: Set up Python ${{ matrix.python-version }}
id: python
- uses: actions/setup-python@v4.5.0
+ uses: actions/setup-python@v4.6.0
with:
python-version: ${{ matrix.python-version }}
check-latest: true
@@ -197,7 +197,7 @@ jobs:
}}" >> $env:GITHUB_OUTPUT
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.2.5
+ uses: actions/cache@v3.3.1
with:
path: venv
key: >-
@@ -228,10 +228,10 @@ jobs:
python-version: [3.7]
steps:
- name: Check out code from GitHub
- uses: actions/checkout@v3.3.0
+ uses: actions/checkout@v3.5.2
- name: Set up Python ${{ matrix.python-version }}
id: python
- uses: actions/setup-python@v4.5.0
+ uses: actions/setup-python@v4.6.0
with:
python-version: ${{ matrix.python-version }}
check-latest: true
@@ -243,7 +243,7 @@ jobs:
}}" >> $GITHUB_OUTPUT
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.2.5
+ uses: actions/cache@v3.3.1
with:
path: venv
key: >-
@@ -272,10 +272,10 @@ jobs:
python-version: ["pypy-3.7", "pypy-3.8", "pypy-3.9"]
steps:
- name: Check out code from GitHub
- uses: actions/checkout@v3.3.0
+ uses: actions/checkout@v3.5.2
- name: Set up Python ${{ matrix.python-version }}
id: python
- uses: actions/setup-python@v4.5.0
+ uses: actions/setup-python@v4.6.0
with:
python-version: ${{ matrix.python-version }}
check-latest: true
@@ -287,7 +287,7 @@ jobs:
}}" >> $GITHUB_OUTPUT
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.2.5
+ uses: actions/cache@v3.3.1
with:
path: venv
key: >-