Skip to content

Commit 9b1f80a

Browse files
Bump actions/cache from 3.0.11 to 3.2.1 (#7983)
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.11 to 3.2.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.0.11...v3.2.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e6f0bc5 commit 9b1f80a

File tree

7 files changed

+21
-21
lines changed

7 files changed

+21
-21
lines changed

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
'requirements_test_min.txt') }}" >> $GITHUB_OUTPUT
4141
- name: Restore Python virtual environment
4242
id: cache-venv
43-
uses: actions/cache@v3.0.11
43+
uses: actions/cache@v3.2.1
4444
with:
4545
path: venv
4646
key: >-

.github/workflows/checks.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
'requirements_test_min.txt') }}" >> $GITHUB_OUTPUT
4949
- name: Restore Python virtual environment
5050
id: cache-venv
51-
uses: actions/cache@v3.0.11
51+
uses: actions/cache@v3.2.1
5252
with:
5353
path: venv
5454
key: >-
@@ -69,7 +69,7 @@ jobs:
6969
hashFiles('.pre-commit-config.yaml') }}" >> $GITHUB_OUTPUT
7070
- name: Restore pre-commit environment
7171
id: cache-precommit
72-
uses: actions/cache@v3.0.11
72+
uses: actions/cache@v3.2.1
7373
with:
7474
path: ${{ env.PRE_COMMIT_CACHE }}
7575
key: >-
@@ -96,7 +96,7 @@ jobs:
9696
check-latest: true
9797
- name: Restore Python virtual environment
9898
id: cache-venv
99-
uses: actions/cache@v3.0.11
99+
uses: actions/cache@v3.2.1
100100
with:
101101
path: venv
102102
key:
@@ -109,7 +109,7 @@ jobs:
109109
exit 1
110110
- name: Restore pre-commit environment
111111
id: cache-precommit
112-
uses: actions/cache@v3.0.11
112+
uses: actions/cache@v3.2.1
113113
with:
114114
path: ${{ env.PRE_COMMIT_CACHE }}
115115
key: ${{ runner.os }}-${{ needs.prepare-base.outputs.pre-commit-key }}
@@ -145,7 +145,7 @@ jobs:
145145
check-latest: true
146146
- name: Restore Python virtual environment
147147
id: cache-venv
148-
uses: actions/cache@v3.0.11
148+
uses: actions/cache@v3.2.1
149149
with:
150150
path: venv
151151
key:
@@ -177,7 +177,7 @@ jobs:
177177
check-latest: true
178178
- name: Restore Python virtual environment
179179
id: cache-venv
180-
uses: actions/cache@v3.0.11
180+
uses: actions/cache@v3.2.1
181181
with:
182182
path: venv
183183
key:

.github/workflows/primer-test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
'requirements_test_min.txt') }}" >> $GITHUB_OUTPUT
5151
- name: Restore Python virtual environment
5252
id: cache-venv
53-
uses: actions/cache@v3.0.11
53+
uses: actions/cache@v3.2.1
5454
with:
5555
path: venv
5656
key: >-
@@ -83,7 +83,7 @@ jobs:
8383
check-latest: true
8484
- name: Restore Python virtual environment
8585
id: cache-venv
86-
uses: actions/cache@v3.0.11
86+
uses: actions/cache@v3.2.1
8787
with:
8888
path: venv
8989
key:
@@ -119,7 +119,7 @@ jobs:
119119
check-latest: true
120120
- name: Restore Python virtual environment
121121
id: cache-venv
122-
uses: actions/cache@v3.0.11
122+
uses: actions/cache@v3.2.1
123123
with:
124124
path: venv
125125
key:

.github/workflows/primer_comment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
# Restore cached Python environment
4646
- name: Restore Python virtual environment
4747
id: cache-venv
48-
uses: actions/cache@v3.0.11
48+
uses: actions/cache@v3.2.1
4949
with:
5050
path: venv
5151
key:

.github/workflows/primer_run_main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
# Create a re-usable virtual environment
4444
- name: Create Python virtual environment cache
4545
id: cache-venv
46-
uses: actions/cache@v3.0.11
46+
uses: actions/cache@v3.2.1
4747
with:
4848
path: venv
4949
key:
@@ -68,7 +68,7 @@ jobs:
6868
echo "commitstring=$output" >> $GITHUB_OUTPUT
6969
- name: Restore projects cache
7070
id: cache-projects
71-
uses: actions/cache@v3.0.11
71+
uses: actions/cache@v3.2.1
7272
with:
7373
path: tests/.pylint_primer_tests/
7474
key: >-

.github/workflows/primer_run_pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
# Restore cached Python environment
5959
- name: Restore Python virtual environment
6060
id: cache-venv
61-
uses: actions/cache@v3.0.11
61+
uses: actions/cache@v3.2.1
6262
with:
6363
path: venv
6464
key:
@@ -137,7 +137,7 @@ jobs:
137137
echo "commitstring=$output" >> $GITHUB_OUTPUT
138138
- name: Restore projects cache
139139
id: cache-projects
140-
uses: actions/cache@v3.0.11
140+
uses: actions/cache@v3.2.1
141141
with:
142142
path: tests/.pylint_primer_tests/
143143
key: >-

.github/workflows/tests.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
'requirements_test_min.txt') }}" >> $GITHUB_OUTPUT
4848
- name: Restore Python virtual environment
4949
id: cache-venv
50-
uses: actions/cache@v3.0.11
50+
uses: actions/cache@v3.2.1
5151
with:
5252
path: venv
5353
key: >-
@@ -97,7 +97,7 @@ jobs:
9797
check-latest: true
9898
- name: Restore Python virtual environment
9999
id: cache-venv
100-
uses: actions/cache@v3.0.11
100+
uses: actions/cache@v3.2.1
101101
with:
102102
path: venv
103103
key:
@@ -142,7 +142,7 @@ jobs:
142142
check-latest: true
143143
- name: Restore Python virtual environment
144144
id: cache-venv
145-
uses: actions/cache@v3.0.11
145+
uses: actions/cache@v3.2.1
146146
with:
147147
path: venv
148148
key:
@@ -206,7 +206,7 @@ jobs:
206206
}}" >> $env:GITHUB_OUTPUT
207207
- name: Restore Python virtual environment
208208
id: cache-venv
209-
uses: actions/cache@v3.0.11
209+
uses: actions/cache@v3.2.1
210210
with:
211211
path: venv
212212
key: >-
@@ -252,7 +252,7 @@ jobs:
252252
}}" >> $GITHUB_OUTPUT
253253
- name: Restore Python virtual environment
254254
id: cache-venv
255-
uses: actions/cache@v3.0.11
255+
uses: actions/cache@v3.2.1
256256
with:
257257
path: venv
258258
key: >-
@@ -296,7 +296,7 @@ jobs:
296296
}}" >> $GITHUB_OUTPUT
297297
- name: Restore Python virtual environment
298298
id: cache-venv
299-
uses: actions/cache@v3.0.11
299+
uses: actions/cache@v3.2.1
300300
with:
301301
path: venv
302302
key: >-

0 commit comments

Comments
 (0)