diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a938faeeee..aee039a5f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: OPTIMISM_RPC_URL: ${{ secrets.OPTIMISM_RPC_URL }} POLYGON_RPC_URL: ${{ secrets.POLYGON_RPC_URL }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: recursive diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a9119fe00e..a606a1cc9f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -28,7 +28,7 @@ jobs: uses: foundry-rs/foundry-toolchain@v1 with: version: nightly - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: ${{ github.ref }} fetch-depth: 0