We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faa67d2 commit 4dddbd7Copy full SHA for 4dddbd7
.github/workflows/Build.yml
@@ -72,7 +72,7 @@ jobs:
72
73
- name: Cache nuget packages
74
if: inputs.platform == 'windows-2019' || inputs.platform == 'windows-2022'
75
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
+ uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2
76
env:
77
cache-name: cache-nuget-modules
78
with:
0 commit comments