We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db9e025 commit aefa7acCopy full SHA for aefa7ac
.github/workflows/Build.yml
@@ -67,7 +67,7 @@ jobs:
67
68
- name: Cache nuget packages
69
if: inputs.platform == 'windows-2019' || inputs.platform == 'windows-2022'
70
- uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
+ uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84
71
env:
72
cache-name: cache-nuget-modules
73
with:
0 commit comments