We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2170097 commit be40d1dCopy full SHA for be40d1d
.github/workflows/pr-slack-notification.yml
@@ -55,7 +55,7 @@ jobs:
55
echo "${TS}" > slack-message-timestamp.txt
56
57
- name: Cache slack message timestamp
58
- uses: actions/cache/save@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
+ uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
59
with:
60
path: slack-message-timestamp.txt
61
key: slack-message-timestamp-${{ github.event.pull_request.html_url }}-${{ steps.message.outputs.ts }}
0 commit comments