mirror of
https://github.com/actions/cache.git
synced 2026-06-05 19:53:30 +00:00
Compare commits
No commits in common. "dependabot/github_actions/minor-actions-dependencies-e5c33472d6" and "main" have entirely different histories.
dependabot
...
main
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@v0.0.4
|
||||
uses: actions/publish-immutable-action@0.0.3
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ jobs:
|
|||
steps:
|
||||
- name: Update the ${{ env.TAG_NAME }} tag
|
||||
id: update-major-tag
|
||||
uses: actions/publish-action@v0.4.0
|
||||
uses: actions/publish-action@v0.3.0
|
||||
with:
|
||||
source-tag: ${{ env.TAG_NAME }}
|
||||
slack-webhook: ${{ secrets.SLACK_WEBHOOK }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue