1 files changed,
1 insertions(+),
1 deletions(-)
Author:
dependabot[bot]
49699333+dependabot[bot]@users.noreply.github.com
Committed by:
GitHub
noreply@github.com
Committed at:
2026-01-01 08:18:25 +0000
Parent:
8d12ded
M
.github/workflows/elm.yml
@@ -30,7 +30,7 @@ - name: Install deps
run: bun install --frozen-lockfile - name: Elm cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.elm key: elm-${{ runner.os }}-${{ hashFiles('web/elm.json') }}