Skip to content

Commit 0019ecf

Browse files
authored
fix: migrate the new release plz gh action (#214)
1 parent 6ba2b71 commit 0019ecf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release-plz.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout repository
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v4
1414
with:
1515
fetch-depth: 0
16-
- name: Run release-plz
17-
uses: MarcoIeni/release-plz-action@main
16+
- name: release-plz
17+
uses: release-plz/action@v0.5
1818
env:
1919
GITHUB_TOKEN: ${{ secrets.COMMITTER_TOKEN }}
20-
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
20+
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 commit comments

Comments
 (0)