Skip to content

Commit 0a1a6e2

Browse files
Merge branch 'master' into tinder-maxwellelliott-patch-4
2 parents 93b8654 + e514ced commit 0a1a6e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ jobs:
1212

1313
steps:
1414
- name: Setup Java JDK
15-
uses: actions/[email protected].2
15+
uses: actions/[email protected].3
1616
with:
1717
java-version: 1.8
1818
id: java
1919
- name: Setup Go environment
20-
uses: actions/setup-go@v2.1.2
20+
uses: actions/setup-go@v2
2121
with:
2222
go-version: ^1.14
2323
id: go
2424
- name: Setup Bazelisk
2525
run: go get github.com/bazelbuild/bazelisk
2626
- uses: actions/checkout@v2
2727
- name: Run bazel-diff tests
28-
run: USE_BAZEL_VERSION=last_rc ~/go/bin/bazelisk test //test/...
28+
run: USE_BAZEL_VERSION=last_downstream_green ~/go/bin/bazelisk test //test/...

0 commit comments

Comments
 (0)