Skip to content

Commit 59609e5

Browse files
chore(deps): update actions/cache action to v5.0.2
1 parent 9e24154 commit 59609e5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/mega-linter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
4949
- name: Restore lychee cache
5050
id: restore-cache
51-
uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
51+
uses: actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
5252
with:
5353
path: .lycheecache
5454
key: cache-lychee-${{ github.sha }}
@@ -61,7 +61,7 @@ jobs:
6161
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6262

6363
- name: Save lychee cache
64-
uses: actions/cache/save@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
64+
uses: actions/cache/save@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
6565
if: always() && steps.restore-cache.outputs.cache-primary-key
6666
with:
6767
path: .lycheecache

.github/workflows/pr-slack-notification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
echo "${TS}" > slack-message-timestamp.txt
4848
4949
- name: Cache slack message timestamp
50-
uses: actions/cache/save@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
50+
uses: actions/cache/save@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
5151
with:
5252
path: slack-message-timestamp.txt
5353
key: slack-message-timestamp-${{ github.event.pull_request.html_url }}-${{ steps.message.outputs.ts }}

0 commit comments

Comments
 (0)