File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4848 run : echo "lfs_key=$LFS_KEY" >> "$GITHUB_OUTPUT"
4949
5050 - name : Git Setup LFS Cache
51- uses : actions/cache@v4
51+ uses : actions/cache@v5
5252 with :
5353 path : .git/lfs
5454 key : ${{ steps.expose-key.outputs.lfs_key }}
@@ -114,7 +114,7 @@ jobs:
114114
115115 # Use the warmed key from WarmLFS. Do not recompute or recreate .lfs-assets-id here.
116116 - name : Git Setup LFS Cache
117- uses : actions/cache@v4
117+ uses : actions/cache@v5
118118 with :
119119 path : .git/lfs
120120 key : ${{ needs.WarmLFS.outputs.lfs_key }}
@@ -126,7 +126,7 @@ jobs:
126126 uses : NuGet/setup-nuget@v2
127127
128128 - name : NuGet Setup Cache
129- uses : actions/cache@v4
129+ uses : actions/cache@v5
130130 id : nuget-cache
131131 with :
132132 path : ~/.nuget
@@ -201,7 +201,7 @@ jobs:
201201 uses : NuGet/setup-nuget@v2
202202
203203 - name : NuGet Setup Cache
204- uses : actions/cache@v4
204+ uses : actions/cache@v5
205205 id : nuget-cache
206206 with :
207207 path : ~/.nuget
Original file line number Diff line number Diff line change 4040 run : git lfs ls-files -l | awk '{print $1}' | sort > .lfs-assets-id
4141
4242 - name : Git Setup LFS Cache
43- uses : actions/cache@v4
43+ uses : actions/cache@v5
4444 id : lfs-cache
4545 with :
4646 path : .git/lfs
5353 uses : NuGet/setup-nuget@v2
5454
5555 - name : NuGet Setup Cache
56- uses : actions/cache@v4
56+ uses : actions/cache@v5
5757 id : nuget-cache
5858 with :
5959 path : ~/.nuget
You can’t perform that action at this time.
0 commit comments