diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 609b92a..7d4dfd5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Setup pnpm uses: pnpm/action-setup@v4 - name: Setup Node diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 344d221..7930d5d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} config-file: .github/release-please-config.json manifest-file: .github/release-please-manifest.json - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Tag Major & Minor if: ${{ steps.release.outputs.release_created }} run: |