Skip to content

Commit a7d2046

Browse files
authored
Merge branch 'master' into automation/update-ghc-9.8
2 parents fba0c50 + c3ae807 commit a7d2046

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/workflow.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
buildbuddy_api_key: ${{ secrets.BUILDBUDDY_API_KEY }}
2727
bazelrc_path: .bazelrc.auth
2828
- uses: ./.github/actions/set_tcp_keepalive_time
29-
- uses: extractions/netrc@v1
29+
- uses: extractions/netrc@v2
3030
with:
3131
machine: api.github.com
3232
password: ${{ secrets.GITHUB_TOKEN }}
@@ -82,7 +82,7 @@ jobs:
8282
buildbuddy_api_key: ${{ secrets.BUILDBUDDY_API_KEY }}
8383
bazelrc_path: .bazelrc.auth
8484
- uses: ./.github/actions/set_tcp_keepalive_time
85-
- uses: extractions/netrc@v1
85+
- uses: extractions/netrc@v2
8686
with:
8787
machine: api.github.com
8888
password: ${{ secrets.GITHUB_TOKEN }}
@@ -175,7 +175,7 @@ jobs:
175175
buildbuddy_api_key: ${{ secrets.BUILDBUDDY_API_KEY }}
176176
bazelrc_path: .bazelrc.auth
177177
- uses: ./.github/actions/set_tcp_keepalive_time
178-
- uses: extractions/netrc@v1
178+
- uses: extractions/netrc@v2
179179
with:
180180
machine: api.github.com
181181
password: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)