We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d49325f commit 35460b9Copy full SHA for 35460b9
.github/workflows/build.yml
@@ -26,7 +26,7 @@ jobs:
26
steps:
27
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
28
29
- - uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
+ - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
30
with:
31
path: ~/.nuget/packages
32
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj','**/*.props') }}
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
- - uses: actions/cache/restore@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
+ - uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
33
# Look to see if there is a cache hit for the corresponding requirements file
0 commit comments