File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949 run : echo "lfs_key=$LFS_KEY" >> "$GITHUB_OUTPUT"
5050
5151 - name : Git Setup LFS Cache
52- uses : actions/cache@v5
52+ uses : actions/cache@v6
5353 with :
5454 path : .git/lfs
5555 key : ${{ steps.expose-key.outputs.lfs_key }}
@@ -144,7 +144,7 @@ jobs:
144144
145145 # Use the warmed key from WarmLFS. Do not recompute or recreate .lfs-assets-id here.
146146 - name : Git Setup LFS Cache
147- uses : actions/cache@v5
147+ uses : actions/cache@v6
148148 with :
149149 path : .git/lfs
150150 key : ${{ needs.WarmLFS.outputs.lfs_key }}
@@ -157,7 +157,7 @@ jobs:
157157 uses : NuGet/setup-nuget@v4
158158
159159 - name : NuGet Setup Cache
160- uses : actions/cache@v5
160+ uses : actions/cache@v6
161161 id : nuget-cache
162162 with :
163163 path : ~/.nuget
@@ -243,7 +243,7 @@ jobs:
243243 uses : NuGet/setup-nuget@v4
244244
245245 - name : NuGet Setup Cache
246- uses : actions/cache@v5
246+ uses : actions/cache@v6
247247 id : nuget-cache
248248 with :
249249 path : ~/.nuget
You can’t perform that action at this time.
0 commit comments