Skip to content

Commit b3a5932

Browse files
Merge pull request #74 from IowaComputerGurus/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
2 parents 7b1ca23 + d4ed3da commit b3a5932

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
@@ -59,15 +59,15 @@ jobs:
5959
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
6060

6161
- name: Cache SonarCloud packages
62-
uses: actions/cache@v3
62+
uses: actions/cache@v4
6363
with:
6464
path: ~\sonar\cache
6565
key: ${{ runner.os }}-sonar
6666
restore-keys: ${{ runner.os }}-sonar
6767

6868
- name: Cache SonarCloud scanner
6969
id: cache-sonar-scanner
70-
uses: actions/cache@v3
70+
uses: actions/cache@v4
7171
with:
7272
path: .\.sonar\scanner
7373
key: ${{ runner.os }}-sonar-scanner

0 commit comments

Comments
 (0)