From c4b7f16e32f2c15ed3b369f7de59b365991c9b3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 11:02:23 +0000 Subject: [PATCH] build(deps): Bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/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) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/publish.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d45aac287..7ae3881f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,7 @@ jobs: name: JDK ${{ matrix.java }} build (${{ matrix.selenium }}) steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up JDK ${{ matrix.java }} uses: actions/setup-java@v5 @@ -104,7 +104,7 @@ jobs: name: "e2e - ${{ matrix.platform }} ${{ matrix.e2e-tests }}" steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Enable KVM group perms if: matrix.e2e-tests == 'android' || matrix.e2e-tests == 'flutter-android' diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f6e6e1800..661e5e3cb 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,7 +12,7 @@ jobs: publish: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: ${{ github.event_name == 'workflow_dispatch' && format('refs/tags/{0}', inputs.release_tag) || github.ref }} - name: Set up Java