Skip to content

Commit

Permalink
Merge pull request #1793 from alan-turing-institute/dependabot/github…
Browse files Browse the repository at this point in the history
…_actions/actions/cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
JimMadge authored Apr 15, 2024
2 parents 9489588 + 1be1a9d commit 9655d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_allow_lists.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v3

- name: Cache dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: environment_configs/package_lists/dependency-cache.json
key: dependencies-${{ github.sha }} # request a cache that does not yet exist
Expand Down

0 comments on commit 9655d24

Please sign in to comment.