diff --git a/.github/workflows/kurtosis.yml b/.github/workflows/kurtosis.yml index 6098d46d4f..39bd092087 100644 --- a/.github/workflows/kurtosis.yml +++ b/.github/workflows/kurtosis.yml @@ -59,7 +59,7 @@ jobs: uses: docker/setup-buildx-action@v2 - name: Cache Docker layers - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: /tmp/.buildx-cache key: ${{ runner.os }}-buildx-${{ github.sha }} diff --git a/hive_integration/README.md b/hive_integration/README.md index 6fd2ac0982..9367cd1232 100644 --- a/hive_integration/README.md +++ b/hive_integration/README.md @@ -118,7 +118,7 @@ in a markdown file with the same name with the simulator. * Problem:
_hive_ bails out with error when compiling docker compile because - it cannot resolve some domain name like _github.com_. It occured with + it cannot resolve some domain name like _github.com_. It occurred with a locally running DNS resolver (as opposed to a proxy type resolver.) * Solution:
diff --git a/scripts/README.md b/scripts/README.md index 4735421caf..23364c3290 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -24,7 +24,7 @@ python block-import-stats.py * Pass the two CSV files to the script By default, the script will skip block numbers below 500k since these are mostly -unintersting. +uninteresting. See `-h` for help text on running the script. @@ -54,4 +54,4 @@ Era/era1 file parallel downloader, with total progress tracking and download res chmod +x download_era.sh ./download_era.sh https://sepolia.era1.nimbus.team ~/Downloads/sepolia ``` -For further details please refer https://hackmd.io/@advaita/BkMvD9Qllg \ No newline at end of file +For further details please refer https://hackmd.io/@advaita/BkMvD9Qllg