Skip to content

Commit 7f9b182

Browse files
tmigimatsutokifig
authored andcommitted
Update release.yaml
1 parent 440bf5b commit 7f9b182

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1515

1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v3
1818
with:
1919
fetch-depth: 0
2020

2121
- name: Semantic Release
22-
uses: relekang/python-semantic-release@master
22+
uses: python-semantic-release/python-semantic-release@master
2323
with:
2424
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)