File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 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 :
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
Original file line number Diff line number Diff line change 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 :
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 :
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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' }}"
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments