From dd46bf3a43fb9008ad6a5935aea3a8bbe4db8887 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 13:45:34 +0000 Subject: [PATCH] Bump mpizenberg/elm-tooling-action from 1.5 to 1.6 Bumps [mpizenberg/elm-tooling-action](https://github.com/mpizenberg/elm-tooling-action) from 1.5 to 1.6. - [Release notes](https://github.com/mpizenberg/elm-tooling-action/releases) - [Commits](https://github.com/mpizenberg/elm-tooling-action/compare/v1.5...v1.6) --- updated-dependencies: - dependency-name: mpizenberg/elm-tooling-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7abc48c..63351eb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4 - name: Install Elm tools and cache $ELM_HOME - uses: mpizenberg/elm-tooling-action@v1.5 + uses: mpizenberg/elm-tooling-action@v1.6 with: cache-key: elm-tooling.json