Skip to content

Commit f7b58d5

Browse files
chore(deps): update actions/cache action to v5
1 parent b1061cd commit f7b58d5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/checkout@v6
3232

3333
- name: Set up ccache for ${{ matrix.arch }}
34-
uses: actions/cache@v4.3.0
34+
uses: actions/cache@v5.0.3
3535
with:
3636
path: ${{ env.CCACHE_DIR }}
3737
key: ${{ runner.os }}-ccache-nightly-${{ matrix.arch }}-${{ github.sha }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/checkout@v6
3232

3333
- name: Set up ccache for ${{ matrix.arch }}
34-
uses: actions/cache@v4.3.0
34+
uses: actions/cache@v5.0.3
3535
with:
3636
path: ${{ env.CCACHE_DIR }}
3737
key: ${{ runner.os }}-ccache-release-${{ matrix.arch }}-${{ github.sha }}

0 commit comments

Comments
 (0)