Skip to content

Commit e8432b8

Browse files
Merge pull request #61 from IowaComputerGurus/dependabot/github_actions/actions/cache-4.2.0
Bump actions/cache from 4.1.1 to 4.2.0
2 parents a3dd76f + ed84229 commit e8432b8

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

6161
- name: Cache SonarCloud packages
62-
uses: actions/cache@v4.1.1
62+
uses: actions/cache@v4.2.0
6363
with:
6464
path: ~\sonar\cache
6565
key: ${{ runner.os }}-sonar
6666
restore-keys: ${{ runner.os }}-sonar
6767

6868
- name: Cache SonarCloud scanner
6969
id: cache-sonar-scanner
70-
uses: actions/cache@v4.1.1
70+
uses: actions/cache@v4.2.0
7171
with:
7272
path: .\.sonar\scanner
7373
key: ${{ runner.os }}-sonar-scanner

0 commit comments

Comments
 (0)