Skip to content

Commit 6c4001c

Browse files
chore(deps): update actions/cache action to v4.3.0
1 parent 6e33722 commit 6c4001c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
50+
uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
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)