From 957b79cb6f0299709cf310d8d9ca2c7c26efe2d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Apr 2022 09:32:17 -0400 Subject: [PATCH] chore(deps): bump haskell/actions from 1 to 2 (#425) Bumps [haskell/actions](https://github.com/haskell/actions) from 1 to 2. - [Release notes](https://github.com/haskell/actions/releases) - [Commits](https://github.com/haskell/actions/compare/v1...v2) --- updated-dependencies: - dependency-name: haskell/actions 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/plutus-playground-e2e-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/plutus-playground-e2e-tests.yml b/.github/workflows/plutus-playground-e2e-tests.yml index b9cc298084..ac989655d5 100644 --- a/.github/workflows/plutus-playground-e2e-tests.yml +++ b/.github/workflows/plutus-playground-e2e-tests.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v3 - name: Setup Haskell - uses: haskell/actions/setup@v1 + uses: haskell/actions/setup@v2 with: ghc-version: '8.10.4' cabal-version: '3.2.0.0'