diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2816eec0..cf1dfffe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: - 18.x - 19.x steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: pnpm/action-setup@v2 with: version: ${{ env.PNPM_VERSION }} @@ -49,7 +49,7 @@ jobs: - 18.x - 19.x steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: pnpm/action-setup@v2 with: version: ${{ env.PNPM_VERSION }} @@ -74,7 +74,7 @@ jobs: max-parallel: 1 fail-fast: false steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: pnpm/action-setup@v2 with: version: ${{ env.PNPM_VERSION }} @@ -97,7 +97,7 @@ jobs: needs: build if: github.event.pull_request.head.repo.full_name == github.repository steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: amondnet/vercel-action@v25 #deploy id: vercel-deploy with: @@ -124,7 +124,7 @@ jobs: max-parallel: 1 fail-fast: true steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: pnpm/action-setup@v2 with: version: ${{ env.PNPM_VERSION }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e38f8ba3..abf9b165 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: name: Publish runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: pnpm/action-setup@v2 with: version: ${{ env.PNPM_VERSION }}