Skip to content

Commit f91d46c

Browse files
chore: bump actions/cache from 5 to 6 (#890)
Bumps actions/cache from 5 to 6. https://github.com/actions/cache/releases Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5f675d7 commit f91d46c

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: echo "short_sha=$(git rev-parse --short HEAD)" >> "$GITHUB_OUTPUT"
4040

4141
- name: Cache .lake
42-
uses: actions/cache@v5
42+
uses: actions/cache@v6
4343
with:
4444
path: .lake
4545
# The SHA is in the key to get the most recent cache possible, rather than just saving a single one for each Lean/deps version and not touching it.
@@ -79,7 +79,7 @@ jobs:
7979
cache-dependency-glob: "browser-tests/pyproject.toml"
8080

8181
- name: Cache Playwright browsers
82-
uses: actions/cache@v5
82+
uses: actions/cache@v6
8383
with:
8484
path: .playwright-browsers
8585
key: playwright-${{ runner.os }}-${{ hashFiles('browser-tests/uv.lock') }}
@@ -173,7 +173,7 @@ jobs:
173173
174174
# uv and Playwright are installed before `lake test` above.
175175
- name: Cache literate-config test project
176-
uses: actions/cache@v5
176+
uses: actions/cache@v6
177177
with:
178178
path: test-projects/literate-config/.lake
179179
key:
@@ -185,7 +185,7 @@ jobs:
185185
literate-config-${{ runner.os }}-${{ hashFiles('test-projects/literate-config/lean-toolchain') }}-${{ hashFiles('test-projects/literate-config/lake-manifest.json') }}-
186186
187187
- name: Cache literate-multi-root test project
188-
uses: actions/cache@v5
188+
uses: actions/cache@v6
189189
with:
190190
path: test-projects/literate-multi-root/.lake
191191
key:

.github/workflows/release-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: echo "short_sha=$(git rev-parse --short HEAD)" >> "$GITHUB_OUTPUT"
3232

3333
- name: Cache .lake
34-
uses: actions/cache@v5
34+
uses: actions/cache@v6
3535
with:
3636
path: .lake
3737
key:

.github/workflows/update-subverso.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171

7272
- name: Cache Playwright browsers
7373
if: steps.check-changes.outputs.changed == 'true'
74-
uses: actions/cache@v5
74+
uses: actions/cache@v6
7575
with:
7676
path: .playwright-browsers
7777
key: playwright-${{ runner.os }}-${{ hashFiles('browser-tests/uv.lock') }}

0 commit comments

Comments
 (0)