Skip to content

Commit ce3feb6

Browse files
Merge pull request #91 from IowaComputerGurus/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents 9725ee0 + 762c84e commit ce3feb6

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
@@ -64,15 +64,15 @@ jobs:
6464
dotnet-version: 9.0.x
6565

6666
- name: Cache SonarCloud packages
67-
uses: actions/cache@v4
67+
uses: actions/cache@v5
6868
with:
6969
path: ~\sonar\cache
7070
key: ${{ runner.os }}-sonar
7171
restore-keys: ${{ runner.os }}-sonar
7272

7373
- name: Cache SonarCloud scanner
7474
id: cache-sonar-scanner
75-
uses: actions/cache@v4
75+
uses: actions/cache@v5
7676
with:
7777
path: .\.sonar\scanner
7878
key: ${{ runner.os }}-sonar-scanner

0 commit comments

Comments
 (0)