mirror of
https://github.com/actions/cache.git
synced 2026-02-10 19:28:19 +00:00
Compare commits
2 Commits
984a21b1cb
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
65ec1255cf | ||
|
|
b7e8d49f17 |
@@ -17,4 +17,4 @@ jobs:
|
||||
uses: actions/checkout@v5
|
||||
- name: Publish
|
||||
id: publish
|
||||
uses: actions/publish-immutable-action@0.0.3
|
||||
uses: actions/publish-immutable-action@v0.0.4
|
||||
|
||||
@@ -24,7 +24,7 @@ jobs:
|
||||
steps:
|
||||
- name: Update the ${{ env.TAG_NAME }} tag
|
||||
id: update-major-tag
|
||||
uses: actions/publish-action@v0.3.0
|
||||
uses: actions/publish-action@v0.4.0
|
||||
with:
|
||||
source-tag: ${{ env.TAG_NAME }}
|
||||
slack-webhook: ${{ secrets.SLACK_WEBHOOK }}
|
||||
|
||||
Reference in New Issue
Block a user