File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9999 https://builds.hex.pm
100100 https://cdn.jsdelivr.net/hex
101101 - name : AUTHENTICATE TO GOOGLE CLOUD
102- uses : google-github-actions/auth@v2.1.4
102+ uses : google-github-actions/auth@v2.1.5
103103 with :
104104 credentials_json : ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
105105 - name : BUILD SECONDARY UMBRELLA ARCHIVE
Original file line number Diff line number Diff line change 7272 run : |
7373 echo "value=bazel-repo-cache-${{ hashFiles('MODULE.bazel') }}" | tee -a $GITHUB_OUTPUT
7474 - name : AUTHENTICATE TO GOOGLE CLOUD
75- uses : google-github-actions/auth@v2.1.4
75+ uses : google-github-actions/auth@v2.1.5
7676 with :
7777 credentials_json : ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
7878 - name : REPO CACHE
Original file line number Diff line number Diff line change 2020 pull_request :
2121 paths :
2222 - ' deps/rabbitmq_management/**'
23- - .github/workflows/test-selenium-for-pull-requests.yaml
23+ - .github/workflows/test-selenium-for-pull-requests.yaml
2424concurrency :
2525 group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
2626 cancel-in-progress : true
You can’t perform that action at this time.
0 commit comments