Skip to content

Commit 0b82fde

Browse files
Bump actions/cache from 5.0.3 to 5.0.4 (#29)
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.3 to 5.0.4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5.0.3...v5.0.4) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 82d825d commit 0b82fde

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- uses: actions/checkout@v6
3838
with:
3939
lfs: true
40-
- uses: actions/cache@v5.0.3
40+
- uses: actions/cache@v5.0.4
4141
with:
4242
path: Library
4343
key: Library-test-project-${{ matrix.targetPlatform }}
@@ -83,7 +83,7 @@ jobs:
8383
with:
8484
lfs: true
8585

86-
- uses: actions/cache@v5.0.3
86+
- uses: actions/cache@v5.0.4
8787
with:
8888
path: ${{ matrix.projectPath }}/Library
8989
key: Library-${{ matrix.projectPath }}-${{ matrix.targetPlatform }}

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
lfs: true
5050

51-
- uses: actions/cache@v5.0.3
51+
- uses: actions/cache@v5.0.4
5252
with:
5353
path: Library
5454
key: Library-test-project-${{ matrix.targetPlatform }}

0 commit comments

Comments
 (0)