diff --git a/.github/workflows/broken-links.yml b/.github/workflows/broken-links.yml index 1f1103945df..69cab211402 100644 --- a/.github/workflows/broken-links.yml +++ b/.github/workflows/broken-links.yml @@ -17,7 +17,7 @@ jobs: runs-on: [self-hosted, plutus-runner] steps: - name: Checkout - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 - name: Run Linkchecker run: | diff --git a/.github/workflows/cabal-build-all.yml b/.github/workflows/cabal-build-all.yml index fe24a1a880f..c94d67c04a8 100644 --- a/.github/workflows/cabal-build-all.yml +++ b/.github/workflows/cabal-build-all.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 - name: Cold Build / ${{ matrix.ghc }} / x86_64-linux run: | diff --git a/.github/workflows/changelog-label.yml b/.github/workflows/changelog-label.yml index 4da008f5497..a9bae08b4a4 100644 --- a/.github/workflows/changelog-label.yml +++ b/.github/workflows/changelog-label.yml @@ -19,7 +19,7 @@ jobs: issues: write steps: - name: Checkout - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 - name: Find Changed Files id: changed-files diff --git a/.github/workflows/code-coverage-report.yml b/.github/workflows/code-coverage-report.yml index b91e06105a0..05446fa30c4 100644 --- a/.github/workflows/code-coverage-report.yml +++ b/.github/workflows/code-coverage-report.yml @@ -19,7 +19,7 @@ jobs: name: github-pages steps: - name: Checkout - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 - name: Build Report run: | diff --git a/.github/workflows/compare-golden-budgets.yaml b/.github/workflows/compare-golden-budgets.yaml index 5c0f18c1e10..a855ecd40c7 100644 --- a/.github/workflows/compare-golden-budgets.yaml +++ b/.github/workflows/compare-golden-budgets.yaml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: fetch-depth: 5 diff --git a/.github/workflows/cost-model-benchmark.yml b/.github/workflows/cost-model-benchmark.yml index dd0ab4a05b7..42897fcc39d 100644 --- a/.github/workflows/cost-model-benchmark.yml +++ b/.github/workflows/cost-model-benchmark.yml @@ -20,7 +20,7 @@ jobs: timeout-minutes: 1800 # (30 hours) These benchmarks take over 10 hours to run. steps: - name: Checkout - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 - name: Run Benchmark run: nix --accept-flake-config run .#cost-model-budgeting-bench -- --csv results.csv ${{ inputs.extra-bench-args }} diff --git a/.github/workflows/cost-models-site.yml b/.github/workflows/cost-models-site.yml index c892a1396e0..08dfb759c53 100644 --- a/.github/workflows/cost-models-site.yml +++ b/.github/workflows/cost-models-site.yml @@ -33,7 +33,7 @@ jobs: name: github-pages steps: - name: Checkout - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 - name: Deploy Site if: github.event_name == 'push' || github.event_name == 'workflow_dispatch' diff --git a/.github/workflows/docusaurus-site.yml b/.github/workflows/docusaurus-site.yml index c2be58cb678..1877bf68643 100644 --- a/.github/workflows/docusaurus-site.yml +++ b/.github/workflows/docusaurus-site.yml @@ -30,7 +30,7 @@ jobs: name: github-pages steps: - name: Checkout - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 - name: Build Site if: github.event_name == 'push' || github.event_name == 'workflow_dispatch' diff --git a/.github/workflows/haddock-site.yml b/.github/workflows/haddock-site.yml index 643b7a1410b..366c68cb6f1 100644 --- a/.github/workflows/haddock-site.yml +++ b/.github/workflows/haddock-site.yml @@ -68,7 +68,7 @@ jobs: name: github-pages steps: - name: Checkout gh-pages - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: ref: gh-pages @@ -87,7 +87,7 @@ jobs: fi - name: Checkout - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: ref: ${{ inputs.ref || github.ref_name }} diff --git a/.github/workflows/longitudinal-benchmark.yml b/.github/workflows/longitudinal-benchmark.yml index 559a98affff..ccc9e8befe8 100644 --- a/.github/workflows/longitudinal-benchmark.yml +++ b/.github/workflows/longitudinal-benchmark.yml @@ -29,7 +29,7 @@ jobs: runs-on: [self-hosted, plutus-benchmark] steps: - name: Checkout - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 - name: Run Benchmarks env: diff --git a/.github/workflows/manual-benchmark.yml b/.github/workflows/manual-benchmark.yml index edf33b92c33..46e0909384c 100644 --- a/.github/workflows/manual-benchmark.yml +++ b/.github/workflows/manual-benchmark.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: # It's possible that new commits get merged into master since the PR # was opened. We need a safe buffer to make sure that our use of merge-head diff --git a/.github/workflows/metatheory-site.yml b/.github/workflows/metatheory-site.yml index e375db9dcb6..864924720f1 100644 --- a/.github/workflows/metatheory-site.yml +++ b/.github/workflows/metatheory-site.yml @@ -53,7 +53,7 @@ jobs: name: github-pages steps: - name: Checkout - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: ref: ${{ inputs.ref || github.ref_name }} diff --git a/.github/workflows/nightly-testsuite.yml b/.github/workflows/nightly-testsuite.yml index f1f7f52844c..27fb75ca077 100644 --- a/.github/workflows/nightly-testsuite.yml +++ b/.github/workflows/nightly-testsuite.yml @@ -25,7 +25,7 @@ jobs: runs-on: [self-hosted, plutus-runner] steps: - name: Checkout - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 - name: Run Plutus Core Test run: | diff --git a/.github/workflows/papers-and-specs.yml b/.github/workflows/papers-and-specs.yml index 8123f7034e6..bbdde56b41c 100644 --- a/.github/workflows/papers-and-specs.yml +++ b/.github/workflows/papers-and-specs.yml @@ -28,7 +28,7 @@ jobs: name: github-pages steps: - name: Checkout - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 - name: Build Papers run: |