Skip to content

Commit

Permalink
Merge pull request #4 from frequenz-floss/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
flora-hofmann-frequenz authored Feb 13, 2025
2 parents fca3cd9 + 921b47d commit 548f168
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
# https://github.com/docker/build-push-action/issues/252
# https://github.com/moby/buildkit/issues/1896
- name: Cache container layers
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-nox-${{ matrix.arch }}-${{ matrix.os }}-${{ matrix.python }}
Expand All @@ -168,7 +168,7 @@ jobs:
# Cache pip downloads
- name: Cache pip downloads
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: /tmp/pip-cache
key: nox-${{ matrix.nox-session }}-${{ matrix.arch }}-${{ matrix.os }}-${{ matrix.python }}-${{ hashFiles('pyproject.toml') }}
Expand Down

0 comments on commit 548f168

Please sign in to comment.