File tree 7 files changed +7
-7
lines changed
7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 68
68
ecs-cli --version
69
69
- name : AUTHENTICATE TO GOOGLE CLOUD
70
70
if : steps.authorized.outputs.authorized == 'true'
71
- uses : google-github-actions/auth@v2.1.9
71
+ uses : google-github-actions/auth@v2.1.10
72
72
with :
73
73
credentials_json : ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
74
74
- name : CONFIGURE BAZEL
Original file line number Diff line number Diff line change 58
58
https://cdn.jsdelivr.net/hex
59
59
60
60
- name : Authenticate To Google Cloud
61
- uses : google-github-actions/auth@v2.1.9
61
+ uses : google-github-actions/auth@v2.1.10
62
62
with :
63
63
credentials_json : ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
64
64
Original file line number Diff line number Diff line change 77
77
https://builds.hex.pm
78
78
https://cdn.jsdelivr.net/hex
79
79
- name : AUTHENTICATE TO GOOGLE CLOUD
80
- uses : google-github-actions/auth@v2.1.9
80
+ uses : google-github-actions/auth@v2.1.10
81
81
with :
82
82
credentials_json : ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
83
83
- name : BUILD SECONDARY UMBRELLA ARCHIVE
Original file line number Diff line number Diff line change 54
54
https://builds.hex.pm
55
55
https://cdn.jsdelivr.net/hex
56
56
- name : AUTHENTICATE TO GOOGLE CLOUD
57
- uses : google-github-actions/auth@v2.1.9
57
+ uses : google-github-actions/auth@v2.1.10
58
58
with :
59
59
credentials_json : ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
60
60
- name : CONFIGURE BAZEL
Original file line number Diff line number Diff line change 51
51
https://builds.hex.pm
52
52
https://cdn.jsdelivr.net/hex
53
53
- name : AUTHENTICATE TO GOOGLE CLOUD
54
- uses : google-github-actions/auth@v2.1.9
54
+ uses : google-github-actions/auth@v2.1.10
55
55
with :
56
56
credentials_json : ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
57
57
- name : CONFIGURE BAZEL
Original file line number Diff line number Diff line change 54
54
https://cdn.jsdelivr.net/hex
55
55
56
56
- name : Authenticate To Google Cloud
57
- uses : google-github-actions/auth@v2.1.9
57
+ uses : google-github-actions/auth@v2.1.10
58
58
with :
59
59
credentials_json : ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
60
60
Original file line number Diff line number Diff line change 53
53
run : |
54
54
echo "value=bazel-repo-cache-${{ hashFiles('MODULE.bazel') }}" | tee -a $GITHUB_OUTPUT
55
55
- name : AUTHENTICATE TO GOOGLE CLOUD
56
- uses : google-github-actions/auth@v2.1.9
56
+ uses : google-github-actions/auth@v2.1.10
57
57
with :
58
58
credentials_json : ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
59
59
- name : REPO CACHE
You can’t perform that action at this time.
0 commit comments