From 3406aa051c5147a53b99ddebe77a9f9c3102dfa0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 11:13:32 +0000 Subject: [PATCH] Bump the github-actions-all group with 2 updates Bumps the github-actions-all group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/cache](https://github.com/actions/cache). Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6...v7) Updates `actions/cache` from 5 to 6 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-all - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-all ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-linux.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index cfac337..5f41ee3 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -21,7 +21,7 @@ jobs: outputs: matrix: ${{ steps.gen.outputs.matrix }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - id: gen uses: galette/.github/actions/matrix-generator@main with: @@ -32,7 +32,7 @@ jobs: outputs: matrix: ${{ steps.gen.outputs.matrix }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - id: gen uses: galette/.github/actions/matrix-generator@main with: @@ -57,7 +57,7 @@ jobs: coverage: ${{ matrix.coverage }} - name: Checkout Galette core - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: galette/galette path: galette-core @@ -65,7 +65,7 @@ jobs: ref: develop - name: Checkout plugin - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: path: galette-core/galette/plugins/plugin-maps @@ -75,7 +75,7 @@ jobs: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT - name: Cache dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ${{ steps.composer-cache.outputs.dir }} key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }} @@ -187,7 +187,7 @@ jobs: php-version: ${{ matrix.php-version }} - name: Checkout plugin - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: path: galette-core/galette/plugins/plugin-maps