Skip to content

Commit 98ef48e

Browse files
authored
Merge pull request #148 from actions/dependabot/github_actions/non-breaking-changes-02cfb30920
Bump the non-breaking-changes group across 1 directory with 3 updates
2 parents fc324d3 + 4604708 commit 98ef48e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish-immutable-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
uses: actions/checkout@v4
1818
- name: Publish
1919
id: publish
20-
uses: actions/publish-immutable-action@0.0.3
20+
uses: actions/publish-immutable-action@v0.0.4

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- name: Update the ${{ env.TAG_NAME }} tag
2626
id: update-major-tag
27-
uses: actions/publish-action@v0.3.0
27+
uses: actions/publish-action@v0.4.0
2828
with:
2929
source-tag: ${{ env.TAG_NAME }}
3030
slack-webhook: ${{ secrets.SLACK_WEBHOOK }}

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ runs:
8181

8282
- name: Upload artifact
8383
id: upload-artifact
84-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
84+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
8585
with:
8686
name: ${{ inputs.name }}
8787
path: ${{ runner.temp }}/artifact.tar

0 commit comments

Comments
 (0)