Skip to content

Commit 62f2d5a

Browse files
Copilotaleks-pro
andauthored
chore(actions): migrate cache action from v2 to v4
Agent-Logs-Url: https://github.com/DevExpress/testcafe-build-system/sessions/f096cc17-ab2b-4ab9-8f8b-71ca3870c0a3 Co-authored-by: aleks-pro <14822473+aleks-pro@users.noreply.github.com>
1 parent acae97a commit 62f2d5a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

actions/test-npm/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ runs:
1414
run: |
1515
echo "::set-output name=dir::$(npm config get cache)"
1616
17-
- uses: actions/cache@v2
17+
- uses: actions/cache@v4
1818
id: npm-cache # use this to check for `cache-hit` ==> if: steps.npm-cache.outputs.cache-hit != 'true'
1919
with:
2020
path: ${{ steps.npm-cache-dir.outputs.dir }}
@@ -26,4 +26,4 @@ runs:
2626
run: npm ci --legacy-peer-deps
2727

2828
- shell: bash
29-
run: npm run ${{ inputs.task }}
29+
run: npm run ${{ inputs.task }}

0 commit comments

Comments
 (0)