Skip to content

Commit 2ff2228

Browse files
Merge pull request #13 from IowaComputerGurus/dependabot/github_actions/actions/cache-3.2.3
Bump actions/cache from 3.2.2 to 3.2.3
2 parents 4376ff2 + 257aef3 commit 2ff2228

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

2828
- name: Cache SonarCloud packages
29-
uses: actions/cache@v3.2.2
29+
uses: actions/cache@v3.2.3
3030
with:
3131
path: ~\sonar\cache
3232
key: ${{ runner.os }}-sonar
3333
restore-keys: ${{ runner.os }}-sonar
3434

3535
- name: Cache SonarCloud scanner
3636
id: cache-sonar-scanner
37-
uses: actions/cache@v3.2.2
37+
uses: actions/cache@v3.2.3
3838
with:
3939
path: .\.sonar\scanner
4040
key: ${{ runner.os }}-sonar-scanner

0 commit comments

Comments
 (0)