Skip to content

Commit 5f8dbc4

Browse files
Bump actions/publish-action from 0.2.2 to 0.3.0
Bumps [actions/publish-action](https://github.com/actions/publish-action) from 0.2.2 to 0.3.0. - [Commits](actions/publish-action@v0.2.2...v0.3.0) --- updated-dependencies: - dependency-name: actions/publish-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3bb9ad2 commit 5f8dbc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/newMajorVersion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# Update major tag
2727
- name: Update the ${{ env.TAG_NAME }} tag
2828
id: update_tag
29-
uses: actions/publish-action@v0.2.2
29+
uses: actions/publish-action@v0.3.0
3030
with:
3131
source-tag: ${{ env.TAG_NAME }}
3232
slack-webhook: ""

0 commit comments

Comments
 (0)