Skip to content
This repository was archived by the owner on Mar 28, 2024. It is now read-only.

Commit 4bb1022

Browse files
chore(deps): update actions/cache action to v4.0.2 (#80)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9ca8d5d commit 4bb1022

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
show-progress: false
2525

2626

27-
- uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
27+
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
2828
with:
2929
path: ~/.nuget/packages
3030
# Look to see if there is a cache hit for the corresponding requirements file
@@ -66,7 +66,7 @@ jobs:
6666
with:
6767
show-progress: false
6868

69-
- uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
69+
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
7070
with:
7171
path: ~/.nuget/packages
7272
# Look to see if there is a cache hit for the corresponding requirements file

0 commit comments

Comments
 (0)