Skip to content

Commit 42c2bf8

Browse files
dependabot[bot]Pierre-Sassoulas
authored andcommitted
Bump actions/cache from 4.0.1 to 4.0.2
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.1 to 4.0.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.0.1...v4.0.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 178491e commit 42c2bf8

File tree

7 files changed

+20
-20
lines changed

7 files changed

+20
-20
lines changed

.github/workflows/changelog.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
$GITHUB_OUTPUT
4242
- name: Restore Python virtual environment
4343
id: cache-venv
44-
uses: actions/[email protected].1
44+
uses: actions/[email protected].2
4545
with:
4646
path: venv
4747
key: >-

.github/workflows/checks.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
$GITHUB_OUTPUT
5050
- name: Restore Python virtual environment
5151
id: cache-venv
52-
uses: actions/[email protected].1
52+
uses: actions/[email protected].2
5353
with:
5454
path: venv
5555
key: >-
@@ -71,7 +71,7 @@ jobs:
7171
hashFiles('.pre-commit-config.yaml') }}" >> $GITHUB_OUTPUT
7272
- name: Restore pre-commit environment
7373
id: cache-precommit
74-
uses: actions/[email protected].1
74+
uses: actions/[email protected].2
7575
with:
7676
path: ${{ env.PRE_COMMIT_CACHE }}
7777
key: >-
@@ -98,7 +98,7 @@ jobs:
9898
check-latest: true
9999
- name: Restore Python virtual environment
100100
id: cache-venv
101-
uses: actions/[email protected].1
101+
uses: actions/[email protected].2
102102
with:
103103
path: venv
104104
fail-on-cache-miss: true
@@ -107,7 +107,7 @@ jobs:
107107
needs.prepare-base.outputs.python-key }}
108108
- name: Restore pre-commit environment
109109
id: cache-precommit
110-
uses: actions/[email protected].1
110+
uses: actions/[email protected].2
111111
with:
112112
path: ${{ env.PRE_COMMIT_CACHE }}
113113
fail-on-cache-miss: true
@@ -139,7 +139,7 @@ jobs:
139139
check-latest: true
140140
- name: Restore Python virtual environment
141141
id: cache-venv
142-
uses: actions/[email protected].1
142+
uses: actions/[email protected].2
143143
with:
144144
path: venv
145145
fail-on-cache-miss: true
@@ -167,7 +167,7 @@ jobs:
167167
check-latest: true
168168
- name: Restore Python virtual environment
169169
id: cache-venv
170-
uses: actions/[email protected].1
170+
uses: actions/[email protected].2
171171
with:
172172
path: venv
173173
fail-on-cache-miss: true

.github/workflows/primer-test.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
$GITHUB_OUTPUT
5252
- name: Restore Python virtual environment
5353
id: cache-venv
54-
uses: actions/[email protected].1
54+
uses: actions/[email protected].2
5555
with:
5656
path: venv
5757
key: >-
@@ -84,7 +84,7 @@ jobs:
8484
check-latest: true
8585
- name: Restore Python virtual environment
8686
id: cache-venv
87-
uses: actions/[email protected].1
87+
uses: actions/[email protected].2
8888
with:
8989
path: venv
9090
fail-on-cache-miss: true

.github/workflows/primer_comment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
# Restore cached Python environment
4242
- name: Restore Python virtual environment
4343
id: cache-venv
44-
uses: actions/[email protected].1
44+
uses: actions/[email protected].2
4545
with:
4646
path: venv
4747
key:

.github/workflows/primer_run_main.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
# Create a re-usable virtual environment
4646
- name: Create Python virtual environment cache
4747
id: cache-venv
48-
uses: actions/[email protected].1
48+
uses: actions/[email protected].2
4949
with:
5050
path: venv
5151
key:
@@ -71,7 +71,7 @@ jobs:
7171
echo "commitstring=$output" >> $GITHUB_OUTPUT
7272
- name: Restore projects cache
7373
id: cache-projects
74-
uses: actions/[email protected].1
74+
uses: actions/[email protected].2
7575
with:
7676
path: tests/.pylint_primer_tests/
7777
key: >-

.github/workflows/primer_run_pr.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
# Restore cached Python environment
5757
- name: Restore Python virtual environment
5858
id: cache-venv
59-
uses: actions/[email protected].1
59+
uses: actions/[email protected].2
6060
with:
6161
path: venv
6262
key:
@@ -140,7 +140,7 @@ jobs:
140140
echo "commitstring=$output" >> $GITHUB_OUTPUT
141141
- name: Restore projects cache
142142
id: cache-projects
143-
uses: actions/[email protected].1
143+
uses: actions/[email protected].2
144144
with:
145145
path: tests/.pylint_primer_tests/
146146
key: >-

.github/workflows/tests.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
$GITHUB_OUTPUT
5353
- name: Restore Python virtual environment
5454
id: cache-venv
55-
uses: actions/[email protected].1
55+
uses: actions/[email protected].2
5656
with:
5757
path: venv
5858
key: >-
@@ -97,7 +97,7 @@ jobs:
9797
check-latest: true
9898
- name: Restore Python virtual environment
9999
id: cache-venv
100-
uses: actions/[email protected].1
100+
uses: actions/[email protected].2
101101
with:
102102
path: venv
103103
fail-on-cache-miss: true
@@ -137,7 +137,7 @@ jobs:
137137
check-latest: true
138138
- name: Restore Python virtual environment
139139
id: cache-venv
140-
uses: actions/[email protected].1
140+
uses: actions/[email protected].2
141141
with:
142142
path: venv
143143
fail-on-cache-miss: true
@@ -197,7 +197,7 @@ jobs:
197197
}}" >> $env:GITHUB_OUTPUT
198198
- name: Restore Python virtual environment
199199
id: cache-venv
200-
uses: actions/[email protected].1
200+
uses: actions/[email protected].2
201201
with:
202202
path: venv
203203
key: >-
@@ -243,7 +243,7 @@ jobs:
243243
}}" >> $GITHUB_OUTPUT
244244
- name: Restore Python virtual environment
245245
id: cache-venv
246-
uses: actions/[email protected].1
246+
uses: actions/[email protected].2
247247
with:
248248
path: venv
249249
key: >-
@@ -287,7 +287,7 @@ jobs:
287287
}}" >> $GITHUB_OUTPUT
288288
- name: Restore Python virtual environment
289289
id: cache-venv
290-
uses: actions/[email protected].1
290+
uses: actions/[email protected].2
291291
with:
292292
path: venv
293293
key: >-

0 commit comments

Comments
 (0)