diff --git a/.github/workflows/deploy-appstore.yml b/.github/workflows/deploy-appstore.yml index 9266f813a..cadf2b399 100644 --- a/.github/workflows/deploy-appstore.yml +++ b/.github/workflows/deploy-appstore.yml @@ -30,7 +30,7 @@ jobs: id: date run: echo "date=$(date +%Y-%m-%d)" >> $GITHUB_OUTPUT - name: Use cache for NPM - uses: actions/cache@v4.3.0 + uses: actions/cache@v5.0.0 with: path: | ~/.npm diff --git a/.github/workflows/pull-checks.yml b/.github/workflows/pull-checks.yml index 53789ebd9..a0c92f789 100644 --- a/.github/workflows/pull-checks.yml +++ b/.github/workflows/pull-checks.yml @@ -218,7 +218,7 @@ jobs: id: date run: echo "date=$(date +%Y-%m-%d)" >> $GITHUB_OUTPUT - name: Cache NPM cache - uses: actions/cache@v4.3.0 + uses: actions/cache@v5.0.0 with: path: | ~/.npm diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e34d25758..5e8bdc489 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -29,7 +29,7 @@ jobs: id: date run: echo "date=$(date +%Y-%m-%d)" >> $GITHUB_OUTPUT - name: Cache NPM cache - uses: actions/cache@v4.3.0 + uses: actions/cache@v5.0.0 with: path: | ~/.npm @@ -39,7 +39,7 @@ jobs: ${{ runner.os }}-node-${{ steps.date.outputs.date }}- ${{ runner.os }}-node- - name: Cache composer files - uses: actions/cache@v4.3.0 + uses: actions/cache@v5.0.0 with: path: | vendor @@ -481,7 +481,7 @@ jobs: id: date run: echo "date=$(date +%Y-%m-%d)" >> $GITHUB_OUTPUT - name: Use cache for NPM - uses: actions/cache@v4.3.0 + uses: actions/cache@v5.0.0 with: path: | ~/.npm @@ -491,7 +491,7 @@ jobs: ${{ runner.os }}-node-${{ steps.date.outputs.date }}- ${{ runner.os }}-node- - name: Use cache for Composer - uses: actions/cache@v4.3.0 + uses: actions/cache@v5.0.0 with: path: | vendor @@ -563,7 +563,7 @@ jobs: id: date run: echo "date=$(date +%Y-%m-%d)" >> $GITHUB_OUTPUT - name: Cache NPM cache - uses: actions/cache@v4.3.0 + uses: actions/cache@v5.0.0 with: path: | ~/.npm