all repos

onasty @ dependabot/github_actions/actions/cache-5

a one-time notes service
main...dependabot/github_actions/actions/cache-5 1 ahead, 0 behind
Merge base: 8d12ded, Base: 8d12ded, Head: 92e3310

Commits in dependabot/github_actions/actions/cache-5 not in main

1 files changed, 1 insertions(+), 1 deletions(-)
Message Author Hash Age
chore(deps): bump actions/cache from 4 to 5... dependabot[bot] 49699333+dependabot[bot]@users.noreply.github.com dependabot[bot]
49699333+dependabot[bot]@users.noreply.github.com
92e3310 5 months ago 2026-01-01 08:18:25 +0000
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') }}