Skip to content

Commit

Permalink
Merge pull request #2557 from DFE-Digital/update-gh-action-versions
Browse files Browse the repository at this point in the history
Upgrade actions/cache on github actions
  • Loading branch information
Hassanmir92 authored Dec 12, 2024
2 parents ce23fe7 + 26e5b69 commit 12514a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/prepare-app-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ runs:

- name: Set up yarn cache
if: ${{ inputs.skip-node == 'false' }}
uses: actions/cache@v2.1.7
uses: actions/cache@v4
with:
path: ${{ steps.yarn-cache.outputs.dir }}
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
Expand Down

0 comments on commit 12514a8

Please sign in to comment.