Skip to content

Commit be95b58

Browse files
chore(deps): update actions/cache action to v4.2.4 (#13)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 514e5be commit be95b58

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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@v4
3232

3333
- name: Set up ccache for ${{ matrix.arch }}
34-
uses: actions/cache@v4.2.3
34+
uses: actions/cache@v4.2.4
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@v4
3232

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

0 commit comments

Comments
 (0)