From 945fd77751aeb4016b7391679e0429afaa0a6a1b Mon Sep 17 00:00:00 2001 From: Rubilmax Date: Wed, 23 Oct 2024 14:26:10 +0200 Subject: [PATCH] docs(README): improve example --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b098823..a38807b 100644 --- a/README.md +++ b/README.md @@ -41,12 +41,10 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - with: - submodules: recursive + - uses: actions/checkout@v4 - name: Install Foundry - uses: onbjerg/foundry-toolchain@v1 + uses: foundry-rs/foundry-toolchain@v1.2.0 with: version: nightly