Skip to content

Commit

Permalink
Merge pull request #1 from TheBottleCyber/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/cache-2.1.7

Bump actions/cache from 1 to 2.1.7
  • Loading branch information
TheBottleCyber authored Feb 21, 2022
2 parents 0c74513 + a1fd349 commit 2fc1aad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ jobs:
with:
fetch-depth: 0
- name: Cache SonarCloud packages
uses: actions/cache@v1
uses: actions/cache@v2.1.7
with:
path: ~\sonar\cache
key: ${{ runner.os }}-sonar
restore-keys: ${{ runner.os }}-sonar
- name: Cache SonarCloud scanner
id: cache-sonar-scanner
uses: actions/cache@v1
uses: actions/cache@v2.1.7
with:
path: .\.sonar\scanner
key: ${{ runner.os }}-sonar-scanner
Expand All @@ -41,7 +41,7 @@ jobs:
with:
dotnet-version: 6.0.x
- name: Cache NuGet packages
uses: actions/cache@v1
uses: actions/cache@v2.1.7
id: cache-nuget
with:
path: ~/.nuget/packages
Expand Down

0 comments on commit 2fc1aad

Please sign in to comment.