diff --git a/.github/workflows/deploy-appstore.yml b/.github/workflows/deploy-appstore.yml index f3929d743..362f6084a 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@v3.3.2 + uses: actions/cache@v4.0.1 with: path: | ~/.npm diff --git a/.github/workflows/pull-checks.yml b/.github/workflows/pull-checks.yml index c418a2b1e..969df8b93 100644 --- a/.github/workflows/pull-checks.yml +++ b/.github/workflows/pull-checks.yml @@ -132,7 +132,7 @@ jobs: id: date run: echo "date=$(date +%Y-%m-%d)" >> $GITHUB_OUTPUT - name: Cache NPM cache - uses: actions/cache@v3.3.2 + uses: actions/cache@v4.0.1 with: path: | ~/.npm diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fc42f49c0..c99097091 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -28,7 +28,7 @@ jobs: id: date run: echo "date=$(date +%Y-%m-%d)" >> $GITHUB_OUTPUT - name: Cache NPM cache - uses: actions/cache@v3.3.2 + uses: actions/cache@v4.0.1 with: path: | ~/.npm @@ -38,7 +38,7 @@ jobs: ${{ runner.os }}-node-${{ steps.date.outputs.date }}- ${{ runner.os }}-node- - name: Cache composer files - uses: actions/cache@v3.3.2 + uses: actions/cache@v4.0.1 with: path: | vendor @@ -387,7 +387,7 @@ jobs: id: date run: echo "date=$(date +%Y-%m-%d)" >> $GITHUB_OUTPUT - name: Use cache for NPM - uses: actions/cache@v3.3.2 + uses: actions/cache@v4.0.1 with: path: | ~/.npm @@ -397,7 +397,7 @@ jobs: ${{ runner.os }}-node-${{ steps.date.outputs.date }}- ${{ runner.os }}-node- - name: Use cache for Composer - uses: actions/cache@v3.3.2 + uses: actions/cache@v4.0.1 with: path: | vendor