Skip to content

Commit e3dac59

Browse files
build(deps): Bump actions/cache from 5.0.3 to 5.0.4
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@cdf6c1f...6682284) --- 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>
1 parent 30320ee commit e3dac59

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2727

2828
- name: Cache Docker Register
29-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
29+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
3030
with:
3131
path: /tmp/.buildx-cache
3232
key: ${{ runner.os }}-buildx-${{ hashFiles('**/Dockerfile') }}

.github/workflows/release-please.yml

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

2828
- name: Cache Docker Register
2929
if: ${{ steps.release.outputs.release_created }}
30-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
30+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
3131
with:
3232
path: /tmp/.buildx-cache
3333
key: ${{ runner.os }}-buildx-${{ hashFiles('**/Dockerfile') }}

.github/workflows/sonarcloud-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run_id: ${{ github.event.workflow_run.id }}
5555
name: build-artifacts
5656
- name: Cache SonarCloud packages
57-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
57+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
5858
with:
5959
path: ~/.sonar/cache
6060
key: ${{ runner.os }}-sonar

.github/workflows/sonarcloud-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fetch-depth: 0
2929

3030
- name: Cache SonarCloud packages
31-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
31+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
3232
with:
3333
path: ~/.sonar/cache
3434
key: ${{ runner.os }}-sonar

0 commit comments

Comments
 (0)