diff --git a/.github/workflows/release-plz.yml b/.github/workflows/release-plz.yml index 5dab94b..aa38ed8 100644 --- a/.github/workflows/release-plz.yml +++ b/.github/workflows/release-plz.yml @@ -10,11 +10,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - - name: Run release-plz - uses: MarcoIeni/release-plz-action@main + - name: release-plz + uses: release-plz/action@v0.5 env: GITHUB_TOKEN: ${{ secrets.COMMITTER_TOKEN }} - CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }} \ No newline at end of file + CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}