Skip to content

Commit b7aa6f6

Browse files
Merge pull request #65 from IowaComputerGurus/dependabot/github_actions/actions/cache-3
Bump actions/cache from 1 to 3
2 parents 24ebf64 + e8e793b commit b7aa6f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,15 @@ jobs:
5555
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
5656

5757
- name: Cache SonarCloud packages
58-
uses: actions/cache@v1
58+
uses: actions/cache@v3
5959
with:
6060
path: ~\sonar\cache
6161
key: ${{ runner.os }}-sonar
6262
restore-keys: ${{ runner.os }}-sonar
6363

6464
- name: Cache SonarCloud scanner
6565
id: cache-sonar-scanner
66-
uses: actions/cache@v1
66+
uses: actions/cache@v3
6767
with:
6868
path: .\.sonar\scanner
6969
key: ${{ runner.os }}-sonar-scanner

0 commit comments

Comments
 (0)