Skip to content

Commit 814ac66

Browse files
Merge pull request #42 from IowaComputerGurus/dependabot/github_actions/actions/cache-3.3.2
Bump actions/cache from 3.3.1 to 3.3.2
2 parents d3741ee + 337b987 commit 814ac66

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

5959
- name: Cache SonarCloud packages
60-
uses: actions/[email protected].1
60+
uses: actions/[email protected].2
6161
with:
6262
path: ~\sonar\cache
6363
key: ${{ runner.os }}-sonar
6464
restore-keys: ${{ runner.os }}-sonar
6565

6666
- name: Cache SonarCloud scanner
6767
id: cache-sonar-scanner
68-
uses: actions/[email protected].1
68+
uses: actions/[email protected].2
6969
with:
7070
path: .\.sonar\scanner
7171
key: ${{ runner.os }}-sonar-scanner

0 commit comments

Comments
 (0)