diff --git a/.github/workflows/mago.yml b/.github/workflows/mago.yml index 2013f6980..99ca47cd7 100644 --- a/.github/workflows/mago.yml +++ b/.github/workflows/mago.yml @@ -23,7 +23,7 @@ jobs: persist-credentials: false - name: Cache Mago - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: .mago key: ${{ runner.os }}-mago-${{ hashFiles('mago.toml') }} diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index cc674bc84..a7196c701 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -64,7 +64,7 @@ jobs: key: ${{ env.key }} - name: Cache extensions - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ${{ steps.extcache.outputs.dir }} key: ${{ steps.extcache.outputs.key }} @@ -83,7 +83,7 @@ jobs: - name: Cache Composer packages id: composer-cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: vendor key: ${{ runner.os }}-${{ matrix.php-version }}-vendor-${{ hashFiles('composer.json') }} @@ -91,7 +91,7 @@ jobs: ${{ runner.os }}-${{ matrix.php-version }}-vendor- - name: Cache test tools id: test-tools-cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: vendor-bin key: ${{ runner.os }}-${{ matrix.php-version }}-vendor-bin-${{ hashFiles('vendor-bin/*/composer.json') }}