Skip to content

Commit 50f0270

Browse files
Merge pull request #130 from IowaComputerGurus/dependabot/github_actions/actions/cache-5.0.5
Bump actions/cache from 5.0.4 to 5.0.5
2 parents 036f920 + 208fdb9 commit 50f0270

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@ jobs:
5959
with:
6060
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
6161
- name: Cache SonarCloud packages
62-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
62+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
6363
with:
6464
path: ~\sonar\cache
6565
key: ${{ runner.os }}-sonar
6666
restore-keys: ${{ runner.os }}-sonar
6767
- name: Cache SonarCloud scanner
6868
id: cache-sonar-scanner
69-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
69+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
7070
with:
7171
path: .\.sonar\scanner
7272
key: ${{ runner.os }}-sonar-scanner

0 commit comments

Comments
 (0)