Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/butterflynet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-24.04-arm
steps:
- name: Checkout Sources
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Setup sccache
uses: mozilla-actions/sccache-action@v0.0.9
timeout-minutes: ${{ fromJSON(env.CACHE_TIMEOUT_MINUTES) }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cargo-advisories.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
cargo-deny-advisories:
runs-on: ubuntu-24.04-arm
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- run: make install-cargo-binstall
- run: cargo binstall --no-confirm cargo-deny
- run: cargo deny check advisories
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/checkpoints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
checkpoint_issue:
runs-on: ubuntu-24.04-arm
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: JasonEtco/create-an-issue@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/curio-devnet-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: docker image ls

- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Login to Github Packages
uses: docker/login-action@v3
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: curl ifconfig.me
continue-on-error: true
- name: Checkout Sources
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Setup sccache
uses: mozilla-actions/sccache-action@v0.0.9
timeout-minutes: ${{ fromJSON(env.CACHE_TIMEOUT_MINUTES) }}
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
run: curl ifconfig.me
continue-on-error: true
- name: Checkout Sources
uses: actions/checkout@v4
uses: actions/checkout@v5
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v')
- name: Setup sccache
uses: mozilla-actions/sccache-action@v0.0.9
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
run: docker image ls

- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v5

- uses: actions/download-artifact@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dockerfile-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
docker-check:
runs-on: ubuntu-24.04-arm
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- run: |
docker build -t forest-test .
docker run --rm forest-test --version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-auto-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
update-docs:
runs-on: ubuntu-24.04-arm
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Run update script
run: |
cd docs/docs/users/reference
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run:
working-directory: ./docs
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
node-version: 20
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run:
working-directory: ./docs
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
node-version: 20
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs-required-override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
outputs:
changesFound: ${{ steps.filter.outputs.changesFound }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: dorny/paths-filter@v3
id: filter
with:
Expand All @@ -46,7 +46,7 @@ jobs:
outputs:
otherChangesFound: ${{ steps.filter.outputs.otherChangesFound }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: dorny/paths-filter@v3
id: filter
with:
Expand Down
44 changes: 22 additions & 22 deletions .github/workflows/forest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
fi
echo "SCCACHE_S3_KEY_PREFIX=macos" >> $GITHUB_ENV
- name: Checkout Sources
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Setup sccache
uses: mozilla-actions/sccache-action@v0.0.9
timeout-minutes: ${{ fromJSON(env.CACHE_TIMEOUT_MINUTES) }}
Expand All @@ -75,7 +75,7 @@ jobs:
run: curl ifconfig.me
continue-on-error: true
- name: Checkout Sources
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Setup sccache
uses: mozilla-actions/sccache-action@v0.0.9
timeout-minutes: ${{ fromJSON(env.CACHE_TIMEOUT_MINUTES) }}
Expand All @@ -98,7 +98,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Checkout Sources
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Setup sccache
uses: mozilla-actions/sccache-action@v0.0.9
timeout-minutes: ${{ fromJSON(env.CACHE_TIMEOUT_MINUTES) }}
Expand All @@ -121,7 +121,7 @@ jobs:
with:
path: ${{ env.FIL_PROOFS_PARAMETER_CACHE }}
key: proof-params-keys
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: actions/download-artifact@v5
with:
name: "forest-${{ runner.os }}"
Expand All @@ -143,7 +143,7 @@ jobs:
with:
path: "${{ env.FIL_PROOFS_PARAMETER_CACHE }}"
key: proof-params-keys
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: actions/download-artifact@v5
with:
name: "forest-${{ runner.os }}"
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
path: "${{ env.FIL_PROOFS_PARAMETER_CACHE }}"
key: proof-params-keys
- name: Checkout Sources
uses: actions/checkout@v4
uses: actions/checkout@v5
- uses: actions/download-artifact@v5
with:
name: "forest-${{ runner.os }}"
Expand All @@ -199,7 +199,7 @@ jobs:
path: "${{ env.FIL_PROOFS_PARAMETER_CACHE }}"
key: proof-params-keys
- name: Checkout Sources
uses: actions/checkout@v4
uses: actions/checkout@v5
- uses: actions/download-artifact@v5
with:
name: "forest-${{ runner.os }}"
Expand All @@ -224,7 +224,7 @@ jobs:
with:
path: "${{ env.FIL_PROOFS_PARAMETER_CACHE }}"
key: proof-params-keys
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: actions/download-artifact@v5
with:
name: "forest-${{ runner.os }}"
Expand All @@ -246,7 +246,7 @@ jobs:
with:
path: "${{ env.FIL_PROOFS_PARAMETER_CACHE }}"
key: proof-params-keys
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: actions/download-artifact@v5
with:
name: "forest-${{ runner.os }}"
Expand All @@ -273,7 +273,7 @@ jobs:
with:
path: "${{ env.FIL_PROOFS_PARAMETER_CACHE }}"
key: proof-params-keys
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: actions/download-artifact@v5
with:
name: "forest-${{ runner.os }}"
Expand All @@ -295,7 +295,7 @@ jobs:
with:
path: "${{ env.FIL_PROOFS_PARAMETER_CACHE }}"
key: proof-params-keys
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: actions/download-artifact@v5
with:
name: "forest-${{ runner.os }}"
Expand All @@ -317,7 +317,7 @@ jobs:
with:
path: "${{ env.FIL_PROOFS_PARAMETER_CACHE }}"
key: proof-params-keys
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: actions/download-artifact@v5
with:
name: "forest-${{ runner.os }}"
Expand All @@ -339,7 +339,7 @@ jobs:
with:
path: "${{ env.FIL_PROOFS_PARAMETER_CACHE }}"
key: proof-params-keys
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: actions/download-artifact@v5
with:
name: "forest-${{ runner.os }}"
Expand All @@ -360,7 +360,7 @@ jobs:
with:
path: "${{ env.FIL_PROOFS_PARAMETER_CACHE }}"
key: proof-params-keys
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: actions/download-artifact@v5
with:
name: "forest-${{ runner.os }}"
Expand All @@ -382,7 +382,7 @@ jobs:
path: "${{ env.FIL_PROOFS_PARAMETER_CACHE }}"
key: proof-params-keys
- name: Checkout Sources
uses: actions/checkout@v4
uses: actions/checkout@v5
- uses: actions/download-artifact@v5
with:
name: "forest-${{ runner.os }}"
Expand All @@ -408,7 +408,7 @@ jobs:
path: "${{ env.FIL_PROOFS_PARAMETER_CACHE }}"
key: proof-params-keys
- name: Checkout Sources
uses: actions/checkout@v4
uses: actions/checkout@v5
- uses: actions/download-artifact@v5
with:
name: "forest-${{ runner.os }}"
Expand Down Expand Up @@ -437,7 +437,7 @@ jobs:
with:
path: "${{ env.FIL_PROOFS_PARAMETER_CACHE }}"
key: proof-params-keys
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: actions/download-artifact@v5
with:
name: "forest-${{ runner.os }}"
Expand Down Expand Up @@ -471,7 +471,7 @@ jobs:
-v $FIL_PROOFS_PARAMETER_CACHE:/cache \
$SHELL_IMAGE \
sh -c "cp /cache/* /proofs"
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: actions/download-artifact@v5
with:
name: "forest-${{ runner.os }}"
Expand Down Expand Up @@ -518,7 +518,7 @@ jobs:
-v $FIL_PROOFS_PARAMETER_CACHE:/cache \
$SHELL_IMAGE \
sh -c "cp /cache/* /proofs"
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: actions/download-artifact@v5
with:
name: "forest-${{ runner.os }}"
Expand Down Expand Up @@ -555,7 +555,7 @@ jobs:
# We use a custom Dockerfile for CI to speed up the build process.
FOREST_DOCKERFILE_OVERRIDE: scripts/devnet/forest_ci.dockerfile
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: actions/download-artifact@v5
with:
name: "forest-${{ runner.os }}"
Expand All @@ -574,7 +574,7 @@ jobs:
# We use a custom Dockerfile for CI to speed up the build process.
FOREST_DOCKERFILE_OVERRIDE: scripts/devnet/forest_ci.dockerfile
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: actions/download-artifact@v5
with:
name: "forest-${{ runner.os }}"
Expand All @@ -600,7 +600,7 @@ jobs:
# We use a custom Dockerfile for CI to speed up the build process.
FOREST_DOCKERFILE_OVERRIDE: scripts/devnet/forest_ci.dockerfile
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: actions/download-artifact@v5
with:
name: "forest-${{ runner.os }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
name: Go lint checks
runs-on: ubuntu-24.04-arm
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: actions/setup-go@v6
with:
go-version-file: "go.work"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
contents: read
issues: write
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- name: Link Checker
id: lychee
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lotus-api-bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
update-lotus:
runs-on: ubuntu-24.04-arm
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Update dependencies
run: |
NETWORK=calibnet
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lotus-devnet-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: docker image ls

- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Login to Github Packages
uses: docker/login-action@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
file: forest-${{ github.ref_name }}-macos-arm64.zip
steps:
- name: Checkout Sources
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Homebrew Utils
if: contains(matrix.os, 'macos')
run: |
Expand Down Expand Up @@ -56,5 +56,5 @@ jobs:
name: cargo publish
runs-on: ubuntu-24.04-arm
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- run: cargo publish --locked --token ${{ secrets.CARGO_REGISTRY_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/release_dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
file: forest-${{ github.event.inputs.tag }}-macos-arm64.zip
steps:
- name: Checkout Sources
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Homebrew Utils
if: contains(matrix.os, 'macos')
run: |
Expand Down Expand Up @@ -59,5 +59,5 @@ jobs:
name: cargo publish
runs-on: ubuntu-24.04-arm
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- run: cargo publish --locked --token ${{ secrets.CARGO_REGISTRY_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/rpc-parity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
sudo ln -sf /mnt/docker-volumes /var/lib/docker/volumes
sudo ls /var/lib/docker/volumes
df -h
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Run api compare tests on calibnet
shell: bash
run: |
Expand Down
Loading
Loading