From 5bcaf54ebcf98222e9f6070c7de815386e8b9250 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 18:06:14 +0000 Subject: [PATCH] chore(deps): bump the actions group with 2 updates Bumps the actions 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: actions - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/publish_docker.yml | 4 ++-- .github/workflows/test.yml | 6 +++--- .github/workflows/test_cli.yml | 4 ++-- .github/workflows/test_docker.yml | 2 +- .github/workflows/verify_api.yml | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/publish_docker.yml b/.github/workflows/publish_docker.yml index 6f37afa3e..d0a35182b 100644 --- a/.github/workflows/publish_docker.yml +++ b/.github/workflows/publish_docker.yml @@ -13,7 +13,7 @@ jobs: environment: Docker if: github.repository == 'microsoft/playwright-java' steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Azure login uses: azure/login@v3 with: @@ -26,5 +26,5 @@ jobs: uses: docker/setup-qemu-action@v4 with: platforms: arm64 - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - run: ./utils/docker/publish_docker.sh stable diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6a741e578..5911d482f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,7 +28,7 @@ jobs: browser: webkit runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up JDK 1.8 uses: actions/setup-java@v5 with: @@ -73,7 +73,7 @@ jobs: browser-channel: msedge runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install Media Pack if: matrix.os == 'windows-latest' shell: powershell @@ -108,7 +108,7 @@ jobs: browser: [chromium, firefox, webkit] runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up JDK 21 uses: actions/setup-java@v5 with: diff --git a/.github/workflows/test_cli.yml b/.github/workflows/test_cli.yml index 934a49030..8d6c0cb11 100644 --- a/.github/workflows/test_cli.yml +++ b/.github/workflows/test_cli.yml @@ -13,9 +13,9 @@ jobs: timeout-minutes: 30 runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Cache Maven packages - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/test_docker.yml b/.github/workflows/test_docker.yml index 89f2bef8e..7512941d6 100644 --- a/.github/workflows/test_docker.yml +++ b/.github/workflows/test_docker.yml @@ -34,7 +34,7 @@ jobs: - runs-on: ubuntu-24.04-arm arch: arm64 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Build Docker image run: | bash utils/docker/build.sh --${{ matrix.arch }} ${{ matrix.flavor }} playwright-java:localbuild-${{ matrix.flavor }} diff --git a/.github/workflows/verify_api.yml b/.github/workflows/verify_api.yml index 1b6a196c3..a67da2807 100644 --- a/.github/workflows/verify_api.yml +++ b/.github/workflows/verify_api.yml @@ -19,7 +19,7 @@ jobs: timeout-minutes: 30 runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Download drivers run: scripts/download_driver.sh - name: Regenerate APIs