Skip to content

Commit b99ce9a

Browse files
chore: bump actions/cache from 5.0.5 to 6.1.0 (#7875)
1 parent c2337fe commit b99ce9a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ jobs:
191191
# embedded into the code). Use VSCODE_CACHE_VERSION to force a rebuild.
192192
- name: Fetch prebuilt linux-x64 Code package from cache
193193
id: cache-vscode
194-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
194+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
195195
with:
196196
path: lib/vscode-reh-web-linux-x64
197197
key: vscode-linux-x64-package-${{ secrets.VSCODE_CACHE_VERSION }}-${{ steps.vscode-rev.outputs.rev }}-${{ hashFiles('patches/*.diff', 'ci/build/build-vscode.sh') }}
@@ -256,7 +256,7 @@ jobs:
256256

257257
steps:
258258
- name: Cache Caddy
259-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
259+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
260260
id: caddy-cache
261261
with:
262262
path: |

0 commit comments

Comments
 (0)