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@v4
52+ uses : actions/cache@v5
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@v4
147+ uses : actions/cache@v5
148148 with :
149149 path : .git/lfs
150150 key : ${{ needs.WarmLFS.outputs.lfs_key }}
@@ -157,7 +157,7 @@ jobs:
157157 uses : NuGet/setup-nuget@v2
158158
159159 - name : NuGet Setup Cache
160- uses : actions/cache@v4
160+ uses : actions/cache@v5
161161 id : nuget-cache
162162 with :
163163 path : ~/.nuget
@@ -236,7 +236,7 @@ jobs:
236236 uses : NuGet/setup-nuget@v2
237237
238238 - name : NuGet Setup Cache
239- uses : actions/cache@v4
239+ uses : actions/cache@v5
240240 id : nuget-cache
241241 with :
242242 path : ~/.nuget
Original file line number Diff line number Diff line change 4646 run : git lfs ls-files -l | awk '{print $1}' | sort > .lfs-assets-id
4747
4848 - name : Git Setup LFS Cache
49- uses : actions/cache@v4
49+ uses : actions/cache@v5
5050 id : lfs-cache
5151 with :
5252 path : .git/lfs
5959 uses : NuGet/setup-nuget@v2
6060
6161 - name : NuGet Setup Cache
62- uses : actions/cache@v4
62+ uses : actions/cache@v5
6363 id : nuget-cache
6464 with :
6565 path : ~/.nuget
You can’t perform that action at this time.
0 commit comments