Skip to content

Commit 35460b9

Browse files
authoredMar 19, 2024
chore(deps): update actions/cache action to v4.0.2
| datasource | package | from | to | | ----------- | ------------- | ------ | ------ | | github-tags | actions/cache | v4.0.1 | v4.0.2 |
1 parent d49325f commit 35460b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
2828

29-
- uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
29+
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
3030
with:
3131
path: ~/.nuget/packages
3232
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj','**/*.props') }}

‎.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
2929

30-
- uses: actions/cache/restore@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
30+
- uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
3131
with:
3232
path: ~/.nuget/packages
3333
# Look to see if there is a cache hit for the corresponding requirements file

0 commit comments

Comments
 (0)
Failed to load comments.