diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 9366b15..eb01920 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -13,7 +13,7 @@ jobs: release-please: runs-on: ubuntu-latest steps: - - uses: google-github-actions/release-please-action@v4 + - uses: googleapis/release-please-action@v4 id: release with: # this assumes that you have created a personal access token diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b2e13e3..b7e3aa2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: - target: x86_64-apple-darwin archive: zip steps: - - uses: actions/checkout@master + - uses: actions/checkout@v4 - name: Compile and release uses: rust-build/rust-build.action@v1.4.4 env: