Skip to content

Commit

Permalink
Merge pull request #48 from zero88/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
zero88 committed Mar 18, 2024
2 parents 7c6057d + 266d2a7 commit e54eaca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v4

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

0 comments on commit e54eaca

Please sign in to comment.