Skip to content

Commit 65672a9

Browse files
Merge pull request #19 from IowaComputerGurus/dependabot/github_actions/actions/cache-3.2.3
Bump actions/cache from 3.0.11 to 3.2.3
2 parents 9ca7d58 + 23732a7 commit 65672a9

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
@@ -56,14 +56,14 @@ jobs:
5656
with:
5757
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
5858
- name: Cache SonarCloud packages
59-
uses: actions/cache@v3.0.11
59+
uses: actions/cache@v3.2.3
6060
with:
6161
path: ~\sonar\cache
6262
key: ${{ runner.os }}-sonar
6363
restore-keys: ${{ runner.os }}-sonar
6464
- name: Cache SonarCloud scanner
6565
id: cache-sonar-scanner
66-
uses: actions/cache@v3.0.11
66+
uses: actions/cache@v3.2.3
6767
with:
6868
path: .\.sonar\scanner
6969
key: ${{ runner.os }}-sonar-scanner

0 commit comments

Comments
 (0)