summaryrefslogtreecommitdiff
path: root/.github/workflows/primer_run_pr.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/primer_run_pr.yaml')
-rw-r--r--.github/workflows/primer_run_pr.yaml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/primer_run_pr.yaml b/.github/workflows/primer_run_pr.yaml
index 909d4c901..71bc8ec7b 100644
--- a/.github/workflows/primer_run_pr.yaml
+++ b/.github/workflows/primer_run_pr.yaml
@@ -25,7 +25,7 @@ concurrency:
env:
# This needs to be the SAME as in the Main and comment job
- CACHE_VERSION: 2
+ CACHE_VERSION: 3
KEY_PREFIX: venv-primer
permissions:
@@ -41,12 +41,12 @@ jobs:
python-version: ["3.7", "3.11"]
steps:
- name: Check out code from GitHub
- uses: actions/checkout@v3.3.0
+ uses: actions/checkout@v3.5.2
with:
fetch-depth: 0
- 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
@@ -54,7 +54,7 @@ jobs:
# Restore cached Python environment
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.2.5
+ uses: actions/cache@v3.3.1
with:
path: venv
key:
@@ -74,7 +74,7 @@ jobs:
# Cache primer packages
- name: Download last 'main' run info
id: download-main-run
- uses: actions/github-script@v6.4.0
+ uses: actions/github-script@v6.4.1
with:
script: |
// Download 'main' pylint output
@@ -132,7 +132,7 @@ jobs:
echo "commitstring=$output" >> $GITHUB_OUTPUT
- name: Restore projects cache
id: cache-projects
- uses: actions/cache@v3.2.5
+ uses: actions/cache@v3.3.1
with:
path: tests/.pylint_primer_tests/
key: >-