Skip to content

Commit 6012117

Browse files
Bump actions/cache from 4.0.1 to 4.0.2 (#77)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6689eed commit 6012117

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/checks.yaml

Lines changed: 4 additions & 4 deletions
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: >-
@@ -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/[email protected].1
72+
uses: actions/[email protected].2
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/[email protected].1
99+
uses: actions/[email protected].2
100100
with:
101101
path: venv
102102
fail-on-cache-miss: true
@@ -105,7 +105,7 @@ jobs:
105105
needs.prepare-base.outputs.python-key }}
106106
- name: Restore pre-commit environment
107107
id: cache-precommit
108-
uses: actions/[email protected].1
108+
uses: actions/[email protected].2
109109
with:
110110
path: ${{ env.PRE_COMMIT_CACHE }}
111111
fail-on-cache-miss: true

.github/workflows/tests.yaml

Lines changed: 6 additions & 6 deletions
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: >-
@@ -92,7 +92,7 @@ jobs:
9292
check-latest: true
9393
- name: Restore Python virtual environment
9494
id: cache-venv
95-
uses: actions/[email protected].1
95+
uses: actions/[email protected].2
9696
with:
9797
path: venv
9898
fail-on-cache-miss: true
@@ -132,7 +132,7 @@ jobs:
132132
check-latest: true
133133
- name: Restore Python virtual environment
134134
id: cache-venv
135-
uses: actions/[email protected].1
135+
uses: actions/[email protected].2
136136
with:
137137
path: venv
138138
fail-on-cache-miss: true
@@ -192,7 +192,7 @@ jobs:
192192
}}" >> $env:GITHUB_OUTPUT
193193
- name: Restore Python virtual environment
194194
id: cache-venv
195-
uses: actions/[email protected].1
195+
uses: actions/[email protected].2
196196
with:
197197
path: venv
198198
key: >-
@@ -238,7 +238,7 @@ jobs:
238238
}}" >> $GITHUB_OUTPUT
239239
- name: Restore Python virtual environment
240240
id: cache-venv
241-
uses: actions/[email protected].1
241+
uses: actions/[email protected].2
242242
with:
243243
path: venv
244244
key: >-
@@ -282,7 +282,7 @@ jobs:
282282
}}" >> $GITHUB_OUTPUT
283283
- name: Restore Python virtual environment
284284
id: cache-venv
285-
uses: actions/[email protected].1
285+
uses: actions/[email protected].2
286286
with:
287287
path: venv
288288
key: >-

0 commit comments

Comments
 (0)