Skip to content

Commit be40d1d

Browse files
chore(deps): update actions/cache action to v4.2.3
1 parent 2170097 commit be40d1d

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
@@ -55,7 +55,7 @@ jobs:
5555
echo "${TS}" > slack-message-timestamp.txt
5656
5757
- name: Cache slack message timestamp
58-
uses: actions/cache/save@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
58+
uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
5959
with:
6060
path: slack-message-timestamp.txt
6161
key: slack-message-timestamp-${{ github.event.pull_request.html_url }}-${{ steps.message.outputs.ts }}

0 commit comments

Comments
 (0)