mirror of
https://github.com/actions/cache.git
synced 2026-02-07 18:47:24 +00:00
Merge 65ec1255cf into b7e8d49f17
This commit is contained in:
commit
5080bd64d1
2 changed files with 2 additions and 2 deletions
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue