Skip to content

Commit

Permalink
Merge pull request #324 from strukturag/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/cache-4

build(deps): bump actions/cache from 3 to 4
  • Loading branch information
fancycode authored Jan 18, 2024
2 parents 4e8549f + 5f1fd3a commit e9be62b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploydocker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
type=sha,prefix=
- 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 e9be62b

Please sign in to comment.