Skip to content

Commit

Permalink
build(deps): bump the all group with 1 update (#18)
Browse files Browse the repository at this point in the history
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](extractions/netrc@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 5, 2024
1 parent ef456c4 commit afef11c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit afef11c

Please sign in to comment.