10000 Update to latest `actions/publish-action` (#546) · Adapta-dev/setup-python@b80efd6 · GitHub
[go: up one dir, main page]

Skip to content

Commit b80efd6

Browse files
authored
Update to latest actions/publish-action (actions#546)
To avoid Actions core deprecation messages. https://github.com/actions/publish-action/releases/tag/v0.2.1
1 parent 5cddb27 commit b80efd6

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
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Update the ${{ env.TAG_NAME }} tag
24-
uses: actions/publish-action@v0.2.0
24+
uses: actions/publish-action@v0.2.1
2525
with:
2626
source-tag: ${{ env.TAG_NAME }}
2727
slack-webhook: ${{ secrets.SLACK_WEBHOOK }}

0 commit comments

Comments
 (0)
0