Skip to content

Commit b282d67

Browse files
Bump the dependencies group with 1 update (#1)
Bumps the dependencies group with 1 update: [actions/publish-action](https://github.com/actions/publish-action). - [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 dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e233cf7 commit b282d67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-new-action-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Update the ${{ env.TAG_NAME }} tag
20-
uses: actions/publish-action@v0.2.2
20+
uses: actions/publish-action@v0.3.0
2121
with:
2222
source-tag: ${{ env.TAG_NAME }}

0 commit comments

Comments
 (0)