Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build-selenium-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: windows-latest
steps:
- name: "Checkout project"
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: "Build release"
run: |
rustup update
Expand All @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout project"
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: "Build release"
run: |
rustup update
Expand All @@ -48,7 +48,7 @@ jobs:
runs-on: macos-latest
steps:
- name: "Checkout project"
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: "Build release"
run: |
rustup update
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
location: 'C:\SeleniumWebDrivers\GeckoDriver'
steps:
- name: Checkout source tree
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Java
uses: actions/setup-java@v3
with:
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/ci-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source tree
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Cache Bazel artifacts
uses: actions/cache@v3
with:
Expand All @@ -55,7 +55,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source tree
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Cache Bazel artifacts
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source tree
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Cache Bazel artifacts
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source tree
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Cache Bazel artifacts
uses: actions/cache@v3
with:
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
- { "browser": "chrome", "version": "stable" }
steps:
- name: Checkout source tree
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Cache Bazel artifacts
uses: actions/cache@v3
with:
Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:
- { "browser": "chrome", "version": "stable" }
steps:
- name: Checkout source tree
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Cache Bazel artifacts
uses: actions/cache@v3
with:
Expand Down Expand Up @@ -261,7 +261,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source tree
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Cache Bazel artifacts
uses: actions/cache@v3
with:
Expand Down Expand Up @@ -304,7 +304,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source tree
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Cache Bazel artifacts
uses: actions/cache@v3
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci-javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- { "browser": "chrome", "version": "stable" }
steps:
- name: Checkout source tree
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Cache Bazel artifacts
uses: actions/cache@v3
with:
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source tree
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Cache Bazel artifacts
uses: actions/cache@v3
with:
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source tree
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v2
with:
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/ci-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout source tree
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Python 3.7
uses: actions/setup-python@v4
with:
Expand All @@ -46,7 +46,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout source tree
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Python 3.7
uses: actions/setup-python@v4
with:
Expand All @@ -66,7 +66,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout source tree
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Python 3.7
uses: actions/setup-python@v4
with:
Expand All @@ -88,7 +88,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source tree
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Cache Bazel artifacts
uses: actions/cache@v3
with:
Expand All @@ -114,7 +114,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source tree
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Cache Bazel artifacts
uses: actions/cache@v3
with:
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source tree
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Cache Bazel artifacts
uses: actions/cache@v3
with:
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source tree
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Cache Bazel artifacts
uses: actions/cache@v3
with:
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/ci-ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
target: [ 'selenium-devtools', 'selenium-webdriver' ]
steps:
- name: Checkout source tree
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Java
uses: actions/setup-java@v3
with:
Expand All @@ -57,7 +57,7 @@ jobs:
os: [ 'ubuntu-latest', 'windows-latest' ]
steps:
- name: Checkout source tree
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Java
uses: actions/setup-java@v3
with:
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
os: [ 'windows-latest' ]
steps:
- name: Checkout source tree
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Java
uses: actions/setup-java@v3
with:
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
os: [ 'ubuntu-latest', 'windows-latest' ]
steps:
- name: Checkout source tree
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Java
uses: actions/setup-java@v3
with:
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source tree
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Cache Bazel artifacts
uses: ./.github/actions/cache-bazel
with:
Expand All @@ -194,7 +194,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source tree
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Cache Bazel artifacts
uses: ./.github/actions/cache-bazel
with:
Expand All @@ -219,7 +219,7 @@ jobs:
os: windows-latest
steps:
- name: Checkout source tree
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Cache Bazel artifacts
uses: ./.github/actions/cache-bazel
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/label-commenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
comment:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Label Commenter
uses: peaceiris/actions-label-commenter@v1
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- selenium-devtools
- selenium-webdriver
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
java-version: 11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/should-workflow-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
result: ${{ steps.check-bazel-target-prefix.outputs.run-workflow }}
steps:
- name: Checkout source tree
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 50
- name: Setup Java
Expand Down