Skip to content

Commit

Permalink
Merge pull request #22 from Public-Health-Scotland/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
Moohan authored Mar 25, 2024
2 parents d4a3db6 + 04f3aed commit 96c1494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
shell: Rscript {0}

- name: Cache styler
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ steps.styler-location.outputs.location }}
key: ${{ runner.os }}-styler-${{ github.sha }}
Expand Down

0 comments on commit 96c1494

Please sign in to comment.