Skip to content

Commit 9b3a788

Browse files
chore(deps): bump actions/checkout from 5 to 6 in the actions group (#1868)
1 parent 2f387ed commit 9b3a788

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/publish_docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
environment: Docker
1414
if: github.repository == 'microsoft/playwright-java'
1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717
- name: Azure login
1818
uses: azure/login@v2
1919
with:
@@ -26,5 +26,5 @@ jobs:
2626
uses: docker/setup-qemu-action@v3
2727
with:
2828
platforms: arm64
29-
- uses: actions/checkout@v5
29+
- uses: actions/checkout@v6
3030
- run: ./utils/docker/publish_docker.sh stable

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
browser: [chromium, firefox, webkit]
2121
runs-on: ${{ matrix.os }}
2222
steps:
23-
- uses: actions/checkout@v5
23+
- uses: actions/checkout@v6
2424
- name: Set up JDK 1.8
2525
uses: actions/setup-java@v5
2626
with:
@@ -65,7 +65,7 @@ jobs:
6565
browser-channel: msedge
6666
runs-on: ${{ matrix.os }}
6767
steps:
68-
- uses: actions/checkout@v5
68+
- uses: actions/checkout@v6
6969
- name: Install Media Pack
7070
if: matrix.os == 'windows-latest'
7171
shell: powershell
@@ -100,7 +100,7 @@ jobs:
100100
browser: [chromium, firefox, webkit]
101101
runs-on: ubuntu-latest
102102
steps:
103-
- uses: actions/checkout@v5
103+
- uses: actions/checkout@v6
104104
- name: Set up JDK 21
105105
uses: actions/setup-java@v5
106106
with:

.github/workflows/test_cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
timeout-minutes: 30
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717
- name: Cache Maven packages
1818
uses: actions/cache@v4
1919
with:

.github/workflows/test_docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
flavor: [jammy, noble]
3030
runs-on: [ubuntu-24.04, ubuntu-24.04-arm]
3131
steps:
32-
- uses: actions/checkout@v5
32+
- uses: actions/checkout@v6
3333
- name: Build Docker image
3434
run: |
3535
ARCH="${{ matrix.runs-on == 'ubuntu-24.04-arm' && 'arm64' || 'amd64' }}"

.github/workflows/verify_api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
timeout-minutes: 30
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v5
22+
- uses: actions/checkout@v6
2323
- name: Download drivers
2424
run: scripts/download_driver.sh
2525
- name: Regenerate APIs

0 commit comments

Comments
 (0)