diff --git a/.github/workflows/bcc.yml b/.github/workflows/bcc.yml index 6dd39fb9b8c..ce1366f8e80 100644 --- a/.github/workflows/bcc.yml +++ b/.github/workflows/bcc.yml @@ -30,7 +30,7 @@ jobs: composer update --no-install - name: Cache composer cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v5 with: path: | ${{ steps.composer-cache.outputs.files_cache }} diff --git a/.github/workflows/build-docker.yml b/.github/workflows/build-docker.yml index 6480a043321..99b2b730acd 100644 --- a/.github/workflows/build-docker.yml +++ b/.github/workflows/build-docker.yml @@ -68,7 +68,7 @@ jobs: composer update --no-install - name: Cache composer cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v5 with: path: | ${{ steps.composer-cache.outputs.files_cache }} diff --git a/.github/workflows/build-phar.yml b/.github/workflows/build-phar.yml index 08ecbde758e..e221bba7170 100644 --- a/.github/workflows/build-phar.yml +++ b/.github/workflows/build-phar.yml @@ -60,7 +60,7 @@ jobs: composer update --no-install - name: Cache composer cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v5 with: path: | ${{ steps.composer-cache.outputs.files_cache }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c883bb03e2c..5e0e7e2abc0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: COMPOSER_ROOT_VERSION: dev-master - name: Cache composer cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v5 with: path: | ${{ steps.composer-cache.outputs.files_cache }} @@ -83,7 +83,7 @@ jobs: COMPOSER_ROOT_VERSION: dev-master - name: Cache composer cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v5 with: path: | ${{ steps.composer-cache.outputs.files_cache }} @@ -173,7 +173,7 @@ jobs: COMPOSER_ROOT_VERSION: dev-master - name: Cache composer cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v5 with: path: | ${{ steps.composer-cache.outputs.files_cache }} diff --git a/.github/workflows/windows-ci.yml b/.github/workflows/windows-ci.yml index f733c0beda7..864af3eec21 100644 --- a/.github/workflows/windows-ci.yml +++ b/.github/workflows/windows-ci.yml @@ -85,7 +85,7 @@ jobs: COMPOSER_ROOT_VERSION: dev-master - name: Cache composer cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v5 with: path: | ${{ steps.composer-cache.outputs.files_cache }}