Skip to content

Commit c431fe4

Browse files
authored
Merge pull request #307 from driessamyn/dependabot/github_actions/actions/cache-5.0.4
build(ci): Bump actions/cache from 5.0.3 to 5.0.4
2 parents 428f5a8 + c5f64ef commit c431fe4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
cache: 'gradle'
3333

3434
- name: Cache SonarQube packages
35-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
35+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
3636
with:
3737
path: ~/.sonar/cache
3838
key: ${{ runner.os }}-sonar

0 commit comments

Comments
 (0)