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
        30
                 run: bun install --frozen-lockfile

      
        31
        31
         

      
        32
        32
               - name: Elm cache

      
        33
        
        -        uses: actions/cache@v4

      
        
        33
        +        uses: actions/cache@v5

      
        34
        34
                 with:

      
        35
        35
                   path: ~/.elm

      
        36
        36
                   key: elm-${{ runner.os }}-${{ hashFiles('web/elm.json') }}