all repos

onasty @ 92e3310a3546eabca5e2ba221001b46c0ceccbb0

a one-time notes service
1 files changed, 1 insertions(+), 1 deletions(-)
chore(deps): bump actions/cache from 4 to 5

Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
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') }}