We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
actions/cache
v4.2.0
1 parent 74122eb commit af50fa5Copy full SHA for af50fa5
.github/workflows/clear_caches.yml
@@ -23,7 +23,7 @@ jobs:
23
actions: write # permission is required to delete caches
24
contents: read
25
steps:
26
- - uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 # v3.2.4
+ - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
27
with:
28
path: ${{ github.workspace }}/${{ steps.output.outputs.repository-cache }}
29
key: repository-cache-${{ github.ref_name }}-${{ runner.os }}-reset-${{ github.sha }}
0 commit comments