Skip to content

Commit 64079bf

Browse files
Merge pull request #88 from IowaComputerGurus/dependabot/github_actions/actions/cache-4.2.0
Bump actions/cache from 4.1.2 to 4.2.0
2 parents b146a2c + ad1dd73 commit 64079bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@ jobs:
5757
with:
5858
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
5959
- name: Cache SonarCloud packages
60-
uses: actions/cache@v4.1.2
60+
uses: actions/cache@v4.2.0
6161
with:
6262
path: ~\sonar\cache
6363
key: ${{ runner.os }}-sonar
6464
restore-keys: ${{ runner.os }}-sonar
6565
- name: Cache SonarCloud scanner
6666
id: cache-sonar-scanner
67-
uses: actions/cache@v4.1.2
67+
uses: actions/cache@v4.2.0
6868
with:
6969
path: .\.sonar\scanner
7070
key: ${{ runner.os }}-sonar-scanner

0 commit comments

Comments
 (0)