From 9c96386a029b30bd3225cd7b4a5fbae1182e4261 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 14:10:36 +0000 Subject: [PATCH] Bump mpizenberg/elm-tooling-action from 1.6 to 1.7 Bumps [mpizenberg/elm-tooling-action](https://github.com/mpizenberg/elm-tooling-action) from 1.6 to 1.7. - [Release notes](https://github.com/mpizenberg/elm-tooling-action/releases) - [Commits](https://github.com/mpizenberg/elm-tooling-action/compare/v1.6...v1.7) --- updated-dependencies: - dependency-name: mpizenberg/elm-tooling-action dependency-version: '1.7' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/validateTeachingMaterialTable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validateTeachingMaterialTable.yml b/.github/workflows/validateTeachingMaterialTable.yml index 975c469..c1bef95 100644 --- a/.github/workflows/validateTeachingMaterialTable.yml +++ b/.github/workflows/validateTeachingMaterialTable.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v4 - name: Install elm and elm-test-rs as defined in elm-tooling.json - uses: mpizenberg/elm-tooling-action@v1.6 + uses: mpizenberg/elm-tooling-action@v1.7 - name: Create module TeachingMaterialData with teachingMaterialString run: ./script_teachingmaterial_yml2elm.sh