From e92c7e1fabdac714cfd54b6f3c8d8e62fea830a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Mar 2023 11:58:55 +0000 Subject: [PATCH] Bump jorelali/setup-elm from 3 to 5 Bumps [jorelali/setup-elm](https://github.com/jorelali/setup-elm) from 3 to 5. - [Release notes](https://github.com/jorelali/setup-elm/releases) - [Commits](https://github.com/jorelali/setup-elm/compare/v3...v5) --- updated-dependencies: - dependency-name: jorelali/setup-elm dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/gh-pages.yml | 2 +- .github/workflows/playground.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 5992998..e0d0f00 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -14,7 +14,7 @@ jobs: with: ghc-version: 'latest' cabal-version: 'latest' - - uses: jorelali/setup-elm@v3 + - uses: jorelali/setup-elm@v5 with: elm-version: 0.19.1 diff --git a/.github/workflows/playground.yml b/.github/workflows/playground.yml index 851d679..7f9fa59 100644 --- a/.github/workflows/playground.yml +++ b/.github/workflows/playground.yml @@ -15,7 +15,7 @@ jobs: with: ghc-version: '8.8' cabal-version: 'latest' - - uses: jorelali/setup-elm@v3 + - uses: jorelali/setup-elm@v5 with: elm-version: 0.19.1