diff --git a/.github/workflows/4.1-nightly.yml b/.github/workflows/4.1-nightly.yml index f69c82e8b3..9db6cf10a3 100644 --- a/.github/workflows/4.1-nightly.yml +++ b/.github/workflows/4.1-nightly.yml @@ -50,7 +50,7 @@ jobs: run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT - name: Cache composer dependencies - uses: actions/cache@v5.0.5 + uses: actions/cache@v6.1.0 with: path: ${{ steps.composer-cache.outputs.dir }} key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }} @@ -78,7 +78,7 @@ jobs: run: | echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT - - uses: actions/cache@v5.0.5 + - uses: actions/cache@v6.1.0 name: Setup pnpm cache with: path: ${{ steps.pnpm-cache.outputs.STORE_PATH }} diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 541ed5dc44..44f146dccf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,7 +33,7 @@ jobs: run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT - name: Cache composer dependencies - uses: actions/cache@v5.0.5 + uses: actions/cache@v6.1.0 with: path: ${{ steps.composer-cache.outputs.dir }} key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }} @@ -89,7 +89,7 @@ jobs: echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT - name: Setup pnpm cache - uses: actions/cache@v5.0.5 + uses: actions/cache@v6.1.0 with: path: ${{ steps.pnpm-cache.outputs.STORE_PATH }} key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }} diff --git a/.github/workflows/coverage-to-pages.yml b/.github/workflows/coverage-to-pages.yml index 9bdd25bf82..0b3a2e8d52 100644 --- a/.github/workflows/coverage-to-pages.yml +++ b/.github/workflows/coverage-to-pages.yml @@ -40,7 +40,7 @@ jobs: run: composer validate --strict - name: Cache Composer packages - uses: actions/cache@v5.0.5 + uses: actions/cache@v6.1.0 with: path: vendor key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }} diff --git a/.github/workflows/dev-nightly.yml b/.github/workflows/dev-nightly.yml index 18a2286fd6..3acc1a54ff 100644 --- a/.github/workflows/dev-nightly.yml +++ b/.github/workflows/dev-nightly.yml @@ -48,7 +48,7 @@ jobs: run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT - name: Cache composer dependencies - uses: actions/cache@v5.0.5 + uses: actions/cache@v6.1.0 with: path: ${{ steps.composer-cache.outputs.dir }} key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }} @@ -76,7 +76,7 @@ jobs: run: | echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT - - uses: actions/cache@v5.0.5 + - uses: actions/cache@v6.1.0 name: Setup pnpm cache with: path: ${{ steps.pnpm-cache.outputs.STORE_PATH }} diff --git a/.github/workflows/e2e-nightly.yml b/.github/workflows/e2e-nightly.yml index b520941c3f..75a42854bf 100644 --- a/.github/workflows/e2e-nightly.yml +++ b/.github/workflows/e2e-nightly.yml @@ -47,7 +47,7 @@ jobs: run: echo "dir=$(composer config cache-files-dir)" >> "$GITHUB_OUTPUT" - name: Cache composer dependencies - uses: actions/cache@v5.0.5 + uses: actions/cache@v6.1.0 with: path: ${{ steps.composer-cache.outputs.dir }} key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}