File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2222 with :
2323 global-json-file : global.json
2424 - name : Cache NuGet packages
25- uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
25+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
2626 with :
2727 path : |
2828 ~/.nuget/packages
6363 with :
6464 global-json-file : global.json
6565 - name : Cache installers
66- uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
66+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
6767 with :
6868 # Note: the cache path is relative to the workspace directory
6969 # https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#using-the-cache-action
@@ -113,7 +113,7 @@ jobs:
113113 with :
114114 global-json-file : global.json
115115 - name : Cache installers
116- uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
116+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
117117 with :
118118 # Note: the cache path is relative to the workspace directory
119119 # https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#using-the-cache-action
@@ -154,7 +154,7 @@ jobs:
154154 with :
155155 global-json-file : global.json
156156 - name : Cache NuGet packages
157- uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
157+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
158158 with :
159159 path : |
160160 ~/.nuget/packages
Original file line number Diff line number Diff line change 2323 - uses : actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 # v5.1.0
2424 with :
2525 dotnet-version : 8.x
26- - uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
26+ - uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
2727 with :
2828 path : |
2929 ~/.nuget/packages
Original file line number Diff line number Diff line change 2020 uses : actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 # v5.1.0
2121 with :
2222 global-json-file : global.json
23- - uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
23+ - uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
2424 with :
2525 path : |
2626 ~/.nuget/packages
You can’t perform that action at this time.
0 commit comments