diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 08ee6ba..277da32 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -23,7 +23,7 @@ jobs: # Format changelog, workaround for https://github.com/google-github-actions/release-please-action/issues/542 # Taken from https://github.com/remarkablemark/release-please-extra-files-demo/blob/master/.github/workflows/release-please.yml - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 if: ${{ steps.release.outputs.pr }} with: ref: ${{ fromJson(steps.release.outputs.pr).headBranchName }} @@ -52,7 +52,7 @@ jobs: needs: [release-pr] if: needs.release-pr.outputs.release_created steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - run: corepack enable - uses: actions/setup-node@v3 with: