From 8a1bade5ff6e387c53faf33eaa81ba46981e1152 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 14:59:44 +0000 Subject: [PATCH] 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](https://github.com/extractions/netrc/compare/v1...v2) --- updated-dependencies: - dependency-name: extractions/netrc dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/workflow.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index 03e0998e2..5305aec7e 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -26,7 +26,7 @@ jobs: buildbuddy_api_key: ${{ secrets.BUILDBUDDY_API_KEY }} bazelrc_path: .bazelrc.auth - uses: ./.github/actions/set_tcp_keepalive_time - - uses: extractions/netrc@v1 + - uses: extractions/netrc@v2 with: machine: api.github.com password: ${{ secrets.GITHUB_TOKEN }} @@ -82,7 +82,7 @@ jobs: buildbuddy_api_key: ${{ secrets.BUILDBUDDY_API_KEY }} bazelrc_path: .bazelrc.auth - uses: ./.github/actions/set_tcp_keepalive_time - - uses: extractions/netrc@v1 + - uses: extractions/netrc@v2 with: machine: api.github.com password: ${{ secrets.GITHUB_TOKEN }} @@ -175,7 +175,7 @@ jobs: buildbuddy_api_key: ${{ secrets.BUILDBUDDY_API_KEY }} bazelrc_path: .bazelrc.auth - uses: ./.github/actions/set_tcp_keepalive_time - - uses: extractions/netrc@v1 + - uses: extractions/netrc@v2 with: machine: api.github.com password: ${{ secrets.GITHUB_TOKEN }}