Skip to content

Commit 5c3018b

Browse files
Merge pull request #19 from IowaComputerGurus/dependabot/github_actions/actions/cache-3.3.1
Bump actions/cache from 3.2.3 to 3.3.1
2 parents 93fd300 + acf9728 commit 5c3018b

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.3
29+
uses: actions/cache@v3.3.1
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.3
37+
uses: actions/cache@v3.3.1
3838
with:
3939
path: .\.sonar\scanner
4040
key: ${{ runner.os }}-sonar-scanner

0 commit comments

Comments
 (0)