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 @@ -23,7 +23,7 @@ jobs:
uses: mozilla-actions/sccache-action@v0.0.9
timeout-minutes: ${{ fromJSON(env.CACHE_TIMEOUT_MINUTES) }}
continue-on-error: true
- uses: jdx/mise-action@v3
- uses: jdx/mise-action@v4
- name: Build and install Forest binaries
env:
# To minimize compile times: https://nnethercote.github.io/perf-book/build-configuration.html#minimizing-compile-times
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 @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-24.04-arm
steps:
- uses: actions/checkout@v6
- uses: jdx/mise-action@v3
- uses: jdx/mise-action@v4
- run: cargo binstall --no-confirm cargo-deny
- run: cargo deny check advisories
- name: Set WORKFLOW_URL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
timeout-minutes: 45
steps:
- uses: actions/checkout@v6
- uses: jdx/mise-action@v3
- uses: jdx/mise-action@v4
- uses: taiki-e/install-action@cargo-llvm-cov
- name: Fetch proof params and RPC test snapshots
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
uses: mozilla-actions/sccache-action@v0.0.9
timeout-minutes: ${{ fromJSON(env.CACHE_TIMEOUT_MINUTES) }}
continue-on-error: true
- uses: jdx/mise-action@v3
- uses: jdx/mise-action@v4
- name: Cargo Install
env:
# To minimize compile times: https://nnethercote.github.io/perf-book/build-configuration.html#minimizing-compile-times
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v')
timeout-minutes: ${{ fromJSON(env.CACHE_TIMEOUT_MINUTES) }}
continue-on-error: true
- uses: jdx/mise-action@v3
- uses: jdx/mise-action@v4
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v')
- name: Cargo Install
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v')
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 @@ -35,7 +35,7 @@ jobs:
working-directory: ./docs
steps:
- uses: actions/checkout@v6
- uses: jdx/mise-action@v3
- uses: jdx/mise-action@v4
- name: Check spellcheck dictionary format
working-directory: .
run: mise run format-spellcheck-dictionary-check
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 @@ -31,7 +31,7 @@ jobs:
working-directory: ./docs
steps:
- uses: actions/checkout@v6
- uses: jdx/mise-action@v3
- uses: jdx/mise-action@v4
- run: mise run docs:build

- name: Deploy
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/forest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
with:
go-version-file: "go.work"
cache-dependency-path: "**/go.sum"
- uses: jdx/mise-action@v3
- uses: jdx/mise-action@v4
- name: Go tests
run: |
go test -v ./tools/prometheus_metrics_validator
Expand All @@ -112,7 +112,7 @@ jobs:
uses: mozilla-actions/sccache-action@v0.0.9
timeout-minutes: ${{ fromJSON(env.CACHE_TIMEOUT_MINUTES) }}
continue-on-error: true
- uses: jdx/mise-action@v3
- uses: jdx/mise-action@v4
- run: cargo publish --dry-run
forest-cli-check:
needs:
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 @@ -35,5 +35,5 @@ jobs:
runs-on: ubuntu-slim
steps:
- uses: actions/checkout@v6
- uses: jdx/mise-action@v3
- uses: jdx/mise-action@v4
- run: mise lint:golang
2 changes: 1 addition & 1 deletion .github/workflows/lists-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-slim
steps:
- uses: actions/checkout@v6
- uses: jdx/mise-action@v3
- uses: jdx/mise-action@v4
- name: Sort and verify lists
run: |
mise lint:lists
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rpc-parity-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
filename: .github/RPC_PARITY_REPORT_ISSUE_TEMPLATE.md
- uses: jdx/mise-action@v3
- uses: jdx/mise-action@v4
- run: mise add_conformance_report
- run: mise run docs:format
# This is needed in order to have the commits signed.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
runs-on: ubuntu-24.04-arm
steps:
- uses: actions/checkout@v6
- uses: jdx/mise-action@v3
- uses: jdx/mise-action@v4
- run: mise lint:ruby
2 changes: 1 addition & 1 deletion .github/workflows/rust-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
uses: mozilla-actions/sccache-action@v0.0.9
timeout-minutes: ${{ fromJSON(env.CACHE_TIMEOUT_MINUTES) }}
continue-on-error: true
- uses: jdx/mise-action@v3
- uses: jdx/mise-action@v4
- name: Apt Dependencies
uses: nick-fields/retry@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
runs-on: ubuntu-slim
steps:
- uses: actions/checkout@v6
- uses: jdx/mise-action@v3
- uses: jdx/mise-action@v4
- name: Run shellcheck
run: mise lint:shellcheck
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
run: |
cargo run --bin forest-dev --no-default-features --profile quick-test -- fetch-test-snapshots --actor-bundle $FOREST_ACTOR_BUNDLE_PATH
ls -ahl $FIL_PROOFS_PARAMETER_CACHE
- uses: jdx/mise-action@v3
- uses: jdx/mise-action@v4
- run: |
mise test
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/yaml-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
runs-on: ubuntu-slim
steps:
- uses: actions/checkout@v6
- uses: jdx/mise-action@v3
- uses: jdx/mise-action@v4
- run: mise lint:yaml
Loading