Skip to content

Commit bde90fa

Browse files
build(deps): bump actions/cache from 5 to 6 (#27547)
Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5cef35a commit bde90fa

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/cross_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
fetch-depth: 10
3535
- name: Cache Homebrew downloads
36-
uses: actions/cache@v5
36+
uses: actions/cache@v6
3737
with:
3838
path: ~/Library/Caches/Homebrew
3939
key: brew-cross-macos-${{ hashFiles('.github/workflows/cross_ci.yml') }}

.github/workflows/macos_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
steps:
3939
- uses: actions/checkout@v7
4040
- name: Cache Homebrew downloads
41-
uses: actions/cache@v5
41+
uses: actions/cache@v6
4242
with:
4343
path: ~/Library/Caches/Homebrew
4444
key: brew-${{ matrix.os }}-${{ hashFiles('.github/workflows/macos_ci.yml', 'ci/macos_ci.vsh') }}

.github/workflows/v_apps_and_modules_compile_ci.yml

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

4040
- name: Cache Homebrew downloads
4141
if: runner.os == 'macOS'
42-
uses: actions/cache@v5
42+
uses: actions/cache@v6
4343
with:
4444
path: ~/Library/Caches/Homebrew
4545
key: brew-${{ matrix.os }}-v_apps-${{ hashFiles('.github/workflows/v_apps_and_modules_compile_ci.yml') }}

.github/workflows/vpm_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
if: runner.os == 'Windows'
3737
run: cd vlang && ./makev.bat && ./v doctor
3838
- name: Cache V
39-
uses: actions/cache/save@v5
39+
uses: actions/cache/save@v6
4040
with:
4141
path: vlang
4242
key: ${{ runner.os }}-${{ github.sha }}
@@ -64,7 +64,7 @@ jobs:
6464
runs-on: ${{ matrix.os }}
6565
steps:
6666
- name: Restore V cache
67-
uses: actions/cache/restore@v5
67+
uses: actions/cache/restore@v6
6868
with:
6969
path: vlang
7070
key: ${{ runner.os }}-${{ github.sha }}

.github/workflows/vsl_and_vtl_compile_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: ./.github/actions/cache-apt-packages-action
4040
- name: Cache Homebrew downloads
4141
if: runner.os == 'macOS'
42-
uses: actions/cache@v5
42+
uses: actions/cache@v6
4343
with:
4444
path: ~/Library/Caches/Homebrew
4545
key: brew-${{ matrix.os }}-vsl-${{ hashFiles('.github/workflows/vsl_and_vtl_compile_ci.yml') }}
@@ -95,7 +95,7 @@ jobs:
9595
uses: ./.github/actions/cache-apt-packages-action
9696
- name: Cache Homebrew downloads
9797
if: runner.os == 'macOS'
98-
uses: actions/cache@v5
98+
uses: actions/cache@v6
9999
with:
100100
path: ~/Library/Caches/Homebrew
101101
key: brew-${{ matrix.os }}-vtl-${{ hashFiles('.github/workflows/vsl_and_vtl_compile_ci.yml') }}

0 commit comments

Comments
 (0)