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
2 changes: 1 addition & 1 deletion .github/workflows/broken-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: [plutus-ci, self-hosted]
steps:
- name: Checkout
uses: actions/checkout@v4.3.0
uses: actions/checkout@v5.0.0

- name: Run Linkchecker
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cabal-build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4.3.0
uses: actions/checkout@v5.0.0

- name: Cold Build / ${{ matrix.ghc }} / x86_64-linux
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/changelog-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
issues: write
steps:
- name: Checkout
uses: actions/checkout@v4.3.0
uses: actions/checkout@v5.0.0

- name: Find Changed Files
id: changed-files
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code-coverage-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: github-pages
steps:
- name: Checkout
uses: actions/checkout@v4.3.0
uses: actions/checkout@v5.0.0

- name: Build Report
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compare-golden-budgets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4.3.0
uses: actions/checkout@v5.0.0
with:
fetch-depth: 5

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cost-model-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
timeout-minutes: 1800 # (30 hours) These benchmarks take over 10 hours to run.
steps:
- name: Checkout
uses: actions/checkout@v4.3.0
uses: actions/checkout@v5.0.0

- name: Run Benchmark
run: nix --accept-flake-config run .#cost-model-budgeting-bench -- --csv results.csv ${{ inputs.extra-bench-args }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docusaurus-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
name: github-pages
steps:
- name: Checkout
uses: actions/checkout@v4.3.0
uses: actions/checkout@v5.0.0

- name: Build Site
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/haddock-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
name: github-pages
steps:
- name: Checkout gh-pages
uses: actions/checkout@v4.3.0
uses: actions/checkout@v5.0.0
with:
ref: gh-pages

Expand All @@ -87,7 +87,7 @@ jobs:
fi

- name: Checkout
uses: actions/checkout@v4.3.0
uses: actions/checkout@v5.0.0
with:
ref: ${{ inputs.ref || github.ref_name }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/longitudinal-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: [self-hosted, plutus-benchmark]
steps:
- name: Checkout
uses: actions/checkout@v4.3.0
uses: actions/checkout@v5.0.0

- name: Run Benchmarks
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4.3.0
uses: actions/checkout@v5.0.0
with:
# We need at least one commit before master to compare against
fetch-depth: 5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/metatheory-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
name: github-pages
steps:
- name: Checkout
uses: actions/checkout@v4.3.0
uses: actions/checkout@v5.0.0
with:
ref: ${{ inputs.ref || github.ref_name }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: [self-hosted, plutus-ci]
steps:
- name: Checkout
uses: actions/checkout@v4.3.0
uses: actions/checkout@v5.0.0

- name: Run Plutus Core Test
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/papers-and-specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
name: github-pages
steps:
- name: Checkout
uses: actions/checkout@v4.3.0
uses: actions/checkout@v5.0.0

- name: Build Papers
run: |
Expand Down
Loading