summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/changelog.yml2
-rw-r--r--.github/workflows/checks.yaml12
-rw-r--r--.github/workflows/primer-test.yaml6
-rw-r--r--.github/workflows/primer_comment.yaml2
-rw-r--r--.github/workflows/primer_run_main.yaml4
-rw-r--r--.github/workflows/primer_run_pr.yaml4
-rw-r--r--.github/workflows/tests.yaml12
7 files changed, 21 insertions, 21 deletions
diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml
index 8ba20bceb..e4412422a 100644
--- a/.github/workflows/changelog.yml
+++ b/.github/workflows/changelog.yml
@@ -40,7 +40,7 @@ jobs:
'requirements_test_min.txt') }}" >> $GITHUB_OUTPUT
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.2.3
+ uses: actions/cache@v3.2.4
with:
path: venv
key: >-
diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml
index 410de79b3..3b85768ae 100644
--- a/.github/workflows/checks.yaml
+++ b/.github/workflows/checks.yaml
@@ -48,7 +48,7 @@ jobs:
'requirements_test_min.txt') }}" >> $GITHUB_OUTPUT
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.2.3
+ uses: actions/cache@v3.2.4
with:
path: venv
key: >-
@@ -69,7 +69,7 @@ jobs:
hashFiles('.pre-commit-config.yaml') }}" >> $GITHUB_OUTPUT
- name: Restore pre-commit environment
id: cache-precommit
- uses: actions/cache@v3.2.3
+ uses: actions/cache@v3.2.4
with:
path: ${{ env.PRE_COMMIT_CACHE }}
key: >-
@@ -96,7 +96,7 @@ jobs:
check-latest: true
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.2.3
+ uses: actions/cache@v3.2.4
with:
path: venv
key:
@@ -109,7 +109,7 @@ jobs:
exit 1
- name: Restore pre-commit environment
id: cache-precommit
- uses: actions/cache@v3.2.3
+ uses: actions/cache@v3.2.4
with:
path: ${{ env.PRE_COMMIT_CACHE }}
key: ${{ runner.os }}-${{ needs.prepare-base.outputs.pre-commit-key }}
@@ -145,7 +145,7 @@ jobs:
check-latest: true
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.2.3
+ uses: actions/cache@v3.2.4
with:
path: venv
key:
@@ -177,7 +177,7 @@ jobs:
check-latest: true
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.2.3
+ uses: actions/cache@v3.2.4
with:
path: venv
key:
diff --git a/.github/workflows/primer-test.yaml b/.github/workflows/primer-test.yaml
index 2a20af83d..b5890ab6a 100644
--- a/.github/workflows/primer-test.yaml
+++ b/.github/workflows/primer-test.yaml
@@ -50,7 +50,7 @@ jobs:
'requirements_test_min.txt') }}" >> $GITHUB_OUTPUT
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.2.3
+ uses: actions/cache@v3.2.4
with:
path: venv
key: >-
@@ -83,7 +83,7 @@ jobs:
check-latest: true
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.2.3
+ uses: actions/cache@v3.2.4
with:
path: venv
key:
@@ -119,7 +119,7 @@ jobs:
check-latest: true
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.2.3
+ uses: actions/cache@v3.2.4
with:
path: venv
key:
diff --git a/.github/workflows/primer_comment.yaml b/.github/workflows/primer_comment.yaml
index 7a25d701a..0a708a789 100644
--- a/.github/workflows/primer_comment.yaml
+++ b/.github/workflows/primer_comment.yaml
@@ -41,7 +41,7 @@ jobs:
# Restore cached Python environment
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.2.3
+ uses: actions/cache@v3.2.4
with:
path: venv
key:
diff --git a/.github/workflows/primer_run_main.yaml b/.github/workflows/primer_run_main.yaml
index d666901f1..2f47fc059 100644
--- a/.github/workflows/primer_run_main.yaml
+++ b/.github/workflows/primer_run_main.yaml
@@ -43,7 +43,7 @@ jobs:
# Create a re-usable virtual environment
- name: Create Python virtual environment cache
id: cache-venv
- uses: actions/cache@v3.2.3
+ uses: actions/cache@v3.2.4
with:
path: venv
key:
@@ -68,7 +68,7 @@ jobs:
echo "commitstring=$output" >> $GITHUB_OUTPUT
- name: Restore projects cache
id: cache-projects
- uses: actions/cache@v3.2.3
+ uses: actions/cache@v3.2.4
with:
path: tests/.pylint_primer_tests/
key: >-
diff --git a/.github/workflows/primer_run_pr.yaml b/.github/workflows/primer_run_pr.yaml
index 1f26d0f34..d3a072470 100644
--- a/.github/workflows/primer_run_pr.yaml
+++ b/.github/workflows/primer_run_pr.yaml
@@ -54,7 +54,7 @@ jobs:
# Restore cached Python environment
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.2.3
+ uses: actions/cache@v3.2.4
with:
path: venv
key:
@@ -131,7 +131,7 @@ jobs:
echo "commitstring=$output" >> $GITHUB_OUTPUT
- name: Restore projects cache
id: cache-projects
- uses: actions/cache@v3.2.3
+ uses: actions/cache@v3.2.4
with:
path: tests/.pylint_primer_tests/
key: >-
diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml
index 8d8dd2e94..6a7f20306 100644
--- a/.github/workflows/tests.yaml
+++ b/.github/workflows/tests.yaml
@@ -47,7 +47,7 @@ jobs:
'requirements_test_min.txt') }}" >> $GITHUB_OUTPUT
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.2.3
+ uses: actions/cache@v3.2.4
with:
path: venv
key: >-
@@ -92,7 +92,7 @@ jobs:
check-latest: true
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.2.3
+ uses: actions/cache@v3.2.4
with:
path: venv
key:
@@ -136,7 +136,7 @@ jobs:
check-latest: true
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.2.3
+ uses: actions/cache@v3.2.4
with:
path: venv
key:
@@ -200,7 +200,7 @@ jobs:
}}" >> $env:GITHUB_OUTPUT
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.2.3
+ uses: actions/cache@v3.2.4
with:
path: venv
key: >-
@@ -246,7 +246,7 @@ jobs:
}}" >> $GITHUB_OUTPUT
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.2.3
+ uses: actions/cache@v3.2.4
with:
path: venv
key: >-
@@ -290,7 +290,7 @@ jobs:
}}" >> $GITHUB_OUTPUT
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.2.3
+ uses: actions/cache@v3.2.4
with:
path: venv
key: >-