diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index be98894..09436bc 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -87,7 +87,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Install Foundry uses: foundry-rs/foundry-toolchain@v1 @@ -186,4 +186,4 @@ jobs: COMMIT_MSG="$COMMIT_MESSAGE for $NETWORK_NAME (chain $CHAIN_ID)" git commit -m "$COMMIT_MSG" - git push + git push \ No newline at end of file