Skip to content

Commit 32cf6cd

Browse files
chore(deps): bump the actions group with 2 updates (#1945)
1 parent e5135db commit 32cf6cd

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

.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@v6
16+
- uses: actions/checkout@v7
1717
- name: Azure login
1818
uses: azure/login@v3
1919
with:
@@ -26,5 +26,5 @@ jobs:
2626
uses: docker/setup-qemu-action@v4
2727
with:
2828
platforms: arm64
29-
- uses: actions/checkout@v6
29+
- uses: actions/checkout@v7
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
@@ -28,7 +28,7 @@ jobs:
2828
browser: webkit
2929
runs-on: ${{ matrix.os }}
3030
steps:
31-
- uses: actions/checkout@v6
31+
- uses: actions/checkout@v7
3232
- name: Set up JDK 1.8
3333
uses: actions/setup-java@v5
3434
with:
@@ -73,7 +73,7 @@ jobs:
7373
browser-channel: msedge
7474
runs-on: ${{ matrix.os }}
7575
steps:
76-
- uses: actions/checkout@v6
76+
- uses: actions/checkout@v7
7777
- name: Install Media Pack
7878
if: matrix.os == 'windows-latest'
7979
shell: powershell
@@ -108,7 +108,7 @@ jobs:
108108
browser: [chromium, firefox, webkit]
109109
runs-on: ubuntu-latest
110110
steps:
111-
- uses: actions/checkout@v6
111+
- uses: actions/checkout@v7
112112
- name: Set up JDK 21
113113
uses: actions/setup-java@v5
114114
with:

.github/workflows/test_cli.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
timeout-minutes: 30
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v6
16+
- uses: actions/checkout@v7
1717
- name: Cache Maven packages
18-
uses: actions/cache@v5
18+
uses: actions/cache@v6
1919
with:
2020
path: ~/.m2
2121
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}

.github/workflows/test_docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- runs-on: ubuntu-24.04-arm
3535
arch: arm64
3636
steps:
37-
- uses: actions/checkout@v6
37+
- uses: actions/checkout@v7
3838
- name: Build Docker image
3939
run: |
4040
bash utils/docker/build.sh --${{ matrix.arch }} ${{ matrix.flavor }} playwright-java:localbuild-${{ matrix.flavor }}

.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@v6
22+
- uses: actions/checkout@v7
2323
- name: Download drivers
2424
run: scripts/download_driver.sh
2525
- name: Regenerate APIs

0 commit comments

Comments
 (0)