File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747 run : echo "lfs_key=$LFS_KEY" >> "$GITHUB_OUTPUT"
4848
4949 - name : Git Setup LFS Cache
50- uses : actions/cache@v5
50+ uses : actions/cache@v6
5151 with :
5252 path : .git/lfs
5353 key : ${{ steps.expose-key.outputs.lfs_key }}
@@ -130,7 +130,7 @@ jobs:
130130
131131 # Use the warmed key from WarmLFS. Do not recompute or recreate .lfs-assets-id here.
132132 - name : Git Setup LFS Cache
133- uses : actions/cache@v5
133+ uses : actions/cache@v6
134134 with :
135135 path : .git/lfs
136136 key : ${{ needs.WarmLFS.outputs.lfs_key }}
@@ -142,7 +142,7 @@ jobs:
142142 uses : NuGet/setup-nuget@v4
143143
144144 - name : NuGet Setup Cache
145- uses : actions/cache@v5
145+ uses : actions/cache@v6
146146 id : nuget-cache
147147 with :
148148 path : ~/.nuget
@@ -233,7 +233,7 @@ jobs:
233233 uses : NuGet/setup-nuget@v4
234234
235235 - name : NuGet Setup Cache
236- uses : actions/cache@v5
236+ uses : actions/cache@v6
237237 id : nuget-cache
238238 with :
239239 path : ~/.nuget
You can’t perform that action at this time.
0 commit comments