Skip to content

Commit af50fa5

Browse files
bump actions/cache to v4.2.0
PiperOrigin-RevId: 723165138
1 parent 74122eb commit af50fa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/clear_caches.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
actions: write # permission is required to delete caches
2424
contents: read
2525
steps:
26-
- uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 # v3.2.4
26+
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
2727
with:
2828
path: ${{ github.workspace }}/${{ steps.output.outputs.repository-cache }}
2929
key: repository-cache-${{ github.ref_name }}-${{ runner.os }}-reset-${{ github.sha }}

0 commit comments

Comments
 (0)