File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,17 +12,17 @@ jobs:
1212
1313 steps :
1414 - name : Setup Java JDK
15- uses : actions/setup-java@v1.4.2
15+ uses : actions/setup-java@v1.4.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/...
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ final_hashes_json="/tmp/final_hashes_json.json"
1111impacted_targets_path=" /tmp/impacted_targets.txt"
1212impacted_test_targets_path=" /tmp/impacted_test_targets.txt"
1313
14- export USE_BAZEL_VERSION=last_rc
14+ export USE_BAZEL_VERSION=last_downstream_green
1515
1616containsElement () {
1717 local e match=" $1 "
You can’t perform that action at this time.
0 commit comments