Skip to content

Commit

Permalink
Merge pull request #2325 from UKGovernmentBEIS/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/actions/cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
mec committed Jan 19, 2024
2 parents 3d4605c + d542c10 commit 49e892f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Create coverage directory
run: mkdir -p ./coverage
- id: cache-docker
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: /tmp/docker-save
key: docker-save-${{ hashFiles('Dockerfile', 'Gemfile.lock', 'yarn.lock') }}
Expand Down

0 comments on commit 49e892f

Please sign in to comment.