diff --git a/.github/workflows/lint-check-php.yml b/.github/workflows/lint-check-php.yml index 38857954b..4f0bc8611 100644 --- a/.github/workflows/lint-check-php.yml +++ b/.github/workflows/lint-check-php.yml @@ -44,7 +44,7 @@ jobs: if: "!! env.GIT_DIFF" - name: Cache Composer vendor directory - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 with: path: ${{ steps.composer-cache.outputs.dir }} key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }} diff --git a/.github/workflows/lint-check-spa.yml b/.github/workflows/lint-check-spa.yml index 89d288aad..9cb8de933 100644 --- a/.github/workflows/lint-check-spa.yml +++ b/.github/workflows/lint-check-spa.yml @@ -33,7 +33,7 @@ jobs: # Checks if node_modules exists in the cache. - name: Cache node_modules directory id: cache - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 with: path: node_modules key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}