diff --git a/.github/workflows/elm.yaml b/.github/workflows/elm.yaml index 213cc2d..2c00bb3 100644 --- a/.github/workflows/elm.yaml +++ b/.github/workflows/elm.yaml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Install elm, elm-format and cache the ELM_HOME directory - uses: mpizenberg/elm-tooling-action@v1.2 + uses: mpizenberg/elm-tooling-action@v1.6 with: cache-key: elm-home-${{ hashFiles('elm-tooling.json', 'elm.json') }} cache-restore-key: elm-home