Skip to content

Commit ce3661c

Browse files
chore(deps): update actions/cache action to v5.0.2
| datasource | package | from | to | | ----------- | ------------- | ------ | ------ | | github-tags | actions/cache | v5.0.1 | v5.0.2 |
1 parent 9530763 commit ce3661c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3131

32-
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
32+
- uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
3333
with:
3434
path: ~/.nuget/packages
3535
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj','**/*.props') }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3030

31-
- uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
31+
- uses: actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
3232
with:
3333
path: ~/.nuget/packages
3434
# Look to see if there is a cache hit for the corresponding requirements file

0 commit comments

Comments
 (0)