Skip to content

Commit 03b99ff

Browse files
Merge pull request #108 from IowaComputerGurus/dependabot/github_actions/actions/cache-4.3.0
Bump actions/cache from 4.2.3 to 4.3.0
2 parents 022ad8a + 6526157 commit 03b99ff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@ jobs:
5757
with:
5858
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
5959
- name: Cache SonarCloud packages
60-
uses: actions/cache@v4.2.3
60+
uses: actions/cache@v4.3.0
6161
with:
6262
path: ~\sonar\cache
6363
key: ${{ runner.os }}-sonar
6464
restore-keys: ${{ runner.os }}-sonar
6565
- name: Cache SonarCloud scanner
6666
id: cache-sonar-scanner
67-
uses: actions/cache@v4.2.3
67+
uses: actions/cache@v4.3.0
6868
with:
6969
path: .\.sonar\scanner
7070
key: ${{ runner.os }}-sonar-scanner

0 commit comments

Comments
 (0)