Skip to content

Commit ba96545

Browse files
dependabot[bot]JanEricNitschke
authored andcommitted
Bump mpizenberg/elm-tooling-action in the actions-all group
Bumps the actions-all group with 1 update: [mpizenberg/elm-tooling-action](https://github.com/mpizenberg/elm-tooling-action). Updates `mpizenberg/elm-tooling-action` from 1.6 to 1.7 - [Release notes](https://github.com/mpizenberg/elm-tooling-action/releases) - [Commits](mpizenberg/elm-tooling-action@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 dependency-group: actions-all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 13e756b commit ba96545

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
cp -r tictactoe_javascript/ public/javascript
3838
3939
- name: Install elm, elm-format and cache the ELM_HOME directory
40-
uses: mpizenberg/elm-tooling-action@v1.6
40+
uses: mpizenberg/elm-tooling-action@v1.7
4141
with:
4242
cache-key: elm-home-${{ hashFiles('elm-tooling.json', 'elm.json') }}
4343
cache-restore-key: elm-home

.github/workflows/elm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919
- name: Install elm, elm-format and cache the ELM_HOME directory
20-
uses: mpizenberg/elm-tooling-action@v1.6
20+
uses: mpizenberg/elm-tooling-action@v1.7
2121
with:
2222
cache-key: elm-home-${{ hashFiles('elm-tooling.json', 'elm.json') }}
2323
cache-restore-key: elm-home

0 commit comments

Comments
 (0)