From afef11c88c7fafeebafac62d44849a5dcb77efd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 06:26:39 +0200 Subject: [PATCH] build(deps): bump the all group with 1 update (#18) Bumps the all group with 1 update: [extractions/netrc](https://github.com/extractions/netrc). Updates `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 dependency-group: all ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release.yaml | 2 +- .github/workflows/test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 44aa44c..65bf733 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -24,7 +24,7 @@ jobs: fetch-depth: 0 - name: Create .netrc - uses: extractions/netrc@v1 + uses: extractions/netrc@v2 with: machine: gitlab.com username: ${{ secrets.GITLAB_USERNAME }} diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 42af42b..44c2e9a 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@v4 - name: Create .netrc - uses: extractions/netrc@v1 + uses: extractions/netrc@v2 with: machine: gitlab.com username: ${{ secrets.GITLAB_USERNAME }}