From 26fdfa2c206567577bb748e2d3486e891ba8fc4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 18:41:29 -0500 Subject: [PATCH] Bump actions/checkout from 3 to 4 (#90) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/workflow.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index be9fb97..6fafcd6 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -5,7 +5,7 @@ "runs-on": "${{ matrix.platform }}-${{ matrix.version }}", "steps": [ { - "uses": "actions/checkout@v3" + "uses": "actions/checkout@v4" }, { "run": "mkdir artifact" @@ -116,7 +116,7 @@ "runs-on": "ubuntu-22.04", "steps": [ { - "uses": "actions/checkout@v3" + "uses": "actions/checkout@v4" }, { "run": "cabal check" @@ -128,7 +128,7 @@ "runs-on": "ubuntu-22.04", "steps": [ { - "uses": "actions/checkout@v3" + "uses": "actions/checkout@v4" }, { "uses": "haskell/actions/hlint-setup@v2", @@ -143,7 +143,7 @@ "runs-on": "ubuntu-22.04", "steps": [ { - "uses": "actions/checkout@v3" + "uses": "actions/checkout@v4" }, { "uses": "haskell-actions/run-ormolu@v14"