Skip to content

Commit 758a86b

Browse files
Update actions/cache action to v5.0.5
1 parent eb7f6d1 commit 758a86b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/continuous-integration-dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: dotnet nuget add source --username USERNAME --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/DFE-Digital/index.json"
5050

5151
- name: Cache SonarCloud packages
52-
uses: actions/cache@1513bf9d27bd268e7fde1197dedbe54ff66f1e0c # v5.0.0
52+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
5353
with:
5454
path: ~\sonar\cache
5555
key: ${{ runner.os }}-sonar

0 commit comments

Comments
 (0)