Skip to content

Commit c3ae807

Browse files
authored
Merge pull request #2129 from tweag/dependabot/github_actions/extractions/netrc-2
Bump extractions/netrc from 1 to 2
2 parents d63bfde + 8a1bade commit c3ae807

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/workflow.yaml

+3-3
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)