Skip to content

Commit

Permalink
Merge branch 'master' into ip/test-supported-bazel-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Jul 12, 2022
2 parents 4aaf265 + 072e23b commit c4b5e1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
os: [ubuntu-latest, macos-10.15]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Mount Bazel cache
uses: actions/cache@v3
with:
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
name: Build & Test - Cross
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Mount Bazel cache
uses: actions/cache@v3
with:
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
os: [ubuntu-latest, macos-10.15, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Mount Bazel cache
uses: actions/cache@v3
with:
Expand Down

0 comments on commit c4b5e1a

Please sign in to comment.