Skip to content

Commit 8a1bade

Browse files
Bump extractions/netrc from 1 to 2
Bumps [extractions/netrc](https://github.com/extractions/netrc) from 1 to 2. - [Release notes](https://github.com/extractions/netrc/releases) - [Commits](extractions/netrc@v1...v2) --- updated-dependencies: - dependency-name: extractions/netrc dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d63bfde commit 8a1bade

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)