diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 98a317ed..48bab711 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: timeout-minutes: 10 steps: - name: Clone repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - uses: pnpm/action-setup@v2.2.4 with: version: 7.19.0 diff --git a/.github/workflows/deploy-subgraph.yml b/.github/workflows/deploy-subgraph.yml index cfc96aea..50cd348f 100644 --- a/.github/workflows/deploy-subgraph.yml +++ b/.github/workflows/deploy-subgraph.yml @@ -22,7 +22,7 @@ jobs: name: Subgraph Deploy Runner steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ github.event.inputs.commitId }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c014d1ff..b0023751 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits fetch-depth: 0