Skip to content

Commit cb26b07

Browse files
Merge pull request #55 from IowaComputerGurus/dependabot/github_actions/actions/cache-4.1.1
Bump actions/cache from 4.0.2 to 4.1.1
2 parents 436fcc4 + b338209 commit cb26b07

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.0.2
62+
uses: actions/cache@v4.1.1
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.0.2
70+
uses: actions/cache@v4.1.1
7171
with:
7272
path: .\.sonar\scanner
7373
key: ${{ runner.os }}-sonar-scanner

0 commit comments

Comments
 (0)