From e89ebb02716dd86cff0560d47b41d7bb06ae088b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 00:41:03 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/codestyle.yml | 4 ++-- .github/workflows/haddock-coverage.yml | 2 +- .github/workflows/haskell-ci.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codestyle.yml b/.github/workflows/codestyle.yml index 818ad98..f24b05b 100644 --- a/.github/workflows/codestyle.yml +++ b/.github/workflows/codestyle.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: checkout - uses: actions/checkout@v3.3.0 + uses: actions/checkout@v4 - name: ormolu uses: mrkkrp/ormolu-action@v14 with: @@ -37,7 +37,7 @@ jobs: cabal install --allow-newer=base "cabal-fmt-0.1.6" - name: checkout - uses: actions/checkout@v3.3.0 + uses: actions/checkout@v4 - name: Check formatting of Cabal project description run: | diff --git a/.github/workflows/haddock-coverage.yml b/.github/workflows/haddock-coverage.yml index bd92fb2..51b90a6 100644 --- a/.github/workflows/haddock-coverage.yml +++ b/.github/workflows/haddock-coverage.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: checkout - uses: actions/checkout@v3.3.0 + uses: actions/checkout@v4 - name: Cache Cabal files uses: actions/cache@v3.2.6 with: diff --git a/.github/workflows/haskell-ci.yml b/.github/workflows/haskell-ci.yml index 3138c25..6f430df 100644 --- a/.github/workflows/haskell-ci.yml +++ b/.github/workflows/haskell-ci.yml @@ -138,7 +138,7 @@ jobs: key: ${{ runner.os }}-${{ matrix.compiler }}-tools-3134785e path: ~/.haskell-ci-tools - name: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: source - name: initial cabal.project for sdist