From 66d959e6014613d6e696563e90f1c3c59e3a48d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 22:53:23 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/github-page.yml | 2 +- .github/workflows/haskell.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/github-page.yml b/.github/workflows/github-page.yml index 9b6aa29..e8cf560 100644 --- a/.github/workflows/github-page.yml +++ b/.github/workflows/github-page.yml @@ -35,7 +35,7 @@ jobs: run: sudo apt install pandoc - name: Checkout ouroboros-network repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install Haskell uses: haskell-actions/setup@v2 diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 902d6f7..94acd09 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -36,7 +36,7 @@ jobs: ghc-version: ${{ matrix.ghc }} cabal-version: ${{ env.CABAL_VERSION }} - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: "Configure cabal.project.local" run: | @@ -129,7 +129,7 @@ jobs: which stylish-haskell stylish-haskell --version - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: "Run `stylish-haskell`" run: |