diff --git a/.github/workflows/devnet-deploys.yml b/.github/workflows/devnet-deploys.yml index 59df8d70e96..0772563baa7 100644 --- a/.github/workflows/devnet-deploys.yml +++ b/.github/workflows/devnet-deploys.yml @@ -50,11 +50,11 @@ jobs: runs-on: ubuntu-latest needs: build steps: - - uses: ./.github/ci-setup-action - uses: actions/checkout@v4 with: ref: "${{ env.GIT_COMMIT }}" fetch-depth: 0 + - uses: ./.github/ci-setup-action - uses: hashicorp/setup-terraform@v3 with: terraform_version: 1.7.5 diff --git a/l1-contracts/REDEPLOY b/l1-contracts/REDEPLOY index fe5516129de..90bef203f0c 100644 --- a/l1-contracts/REDEPLOY +++ b/l1-contracts/REDEPLOY @@ -1,2 +1,2 @@ # Append value to force redeploy -1 \ No newline at end of file +2 \ No newline at end of file