diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 111a660..ff9604a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 # Not needed if lastUpdated is not enabled - uses: pnpm/action-setup@v6 # Uncomment this if you're using pnpm diff --git a/.github/workflows/pr-ci.yml b/.github/workflows/pr-ci.yml index 84c0225..39083b2 100644 --- a/.github/workflows/pr-ci.yml +++ b/.github/workflows/pr-ci.yml @@ -25,7 +25,7 @@ jobs: group: pr-build-${{ github.event.pull_request.number }} steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 # Not needed if lastUpdated is not enabled - uses: pnpm/action-setup@v6 # Uncomment this if you're using pnpm