Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions lib/forge-std/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- --use solc:0.6.2
- --use solc:0.6.12
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: foundry-rs/foundry-toolchain@v1
- run: forge --version
- run: forge build --skip test --deny-warnings ${{ matrix.flags }}
Expand All @@ -43,7 +43,7 @@ jobs:
matrix:
toolchain: [stable, nightly]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: foundry-rs/foundry-toolchain@v1
with:
version: ${{ matrix.toolchain }}
Expand All @@ -54,7 +54,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: foundry-rs/foundry-toolchain@v1
- run: forge --version
- run: forge fmt --check
Expand All @@ -63,7 +63,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: crate-ci/typos@v1

ci-success:
Expand Down
2 changes: 1 addition & 1 deletion lib/forge-std/.github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
if: startsWith(github.event.release.tag_name, 'v1')
steps:
- name: Check out the repo
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
fetch-depth: 0
ref: v1
Expand Down
Loading