Skip to content

Commit

Permalink
Merge pull request #36 from BUTR/dependabot/github_actions/actions/ca…
Browse files Browse the repository at this point in the history
…che-4

Bump actions/cache from 3 to 4
  • Loading branch information
Aragas authored Jul 1, 2024
2 parents 03f3ac4 + dcb482a commit 429f7c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Cache Docker layers
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
Expand Down

0 comments on commit 429f7c6

Please sign in to comment.