We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ff1c95 commit 4f08acbCopy full SHA for 4f08acb
.github/workflows/templates/test-mixed-versions.template.yaml
@@ -99,7 +99,7 @@ jobs:
99
https://builds.hex.pm
100
https://cdn.jsdelivr.net/hex
101
- name: AUTHENTICATE TO GOOGLE CLOUD
102
- uses: google-github-actions/auth@v2.1.7
+ uses: google-github-actions/auth@v2.1.8
103
with:
104
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
105
- name: BUILD SECONDARY UMBRELLA ARCHIVE
.github/workflows/templates/test.template.yaml
@@ -73,7 +73,7 @@ jobs:
73
run: |
74
echo "value=bazel-repo-cache-${{ hashFiles('MODULE.bazel') }}" | tee -a $GITHUB_OUTPUT
75
76
77
78
79
- name: REPO CACHE
0 commit comments