Skip to content

Commit

Permalink
chore: bump the minor-and-patch group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the minor-and-patch group with 2 updates in the / directory: [softprops/action-gh-release](https://github.com/softprops/action-gh-release) and [renovatebot/github-action](https://github.com/renovatebot/github-action).


Updates `softprops/action-gh-release` from 2.2.0 to 2.2.1
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](softprops/action-gh-release@v2.2.0...v2.2.1)

Updates `renovatebot/github-action` from 41.0.7 to 41.0.8
- [Release notes](https://github.com/renovatebot/github-action/releases)
- [Changelog](https://github.com/renovatebot/github-action/blob/main/CHANGELOG.md)
- [Commits](renovatebot/github-action@v41.0.7...v41.0.8)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: renovatebot/github-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 7, 2025
1 parent 3843675 commit 8c7e801
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ jobs:
id: fetch_tag
run: echo "tagVersion=$(git describe --tags $(git rev-list --tags --max-count=1))" >>$GITHUB_OUTPUT
- name: Release
uses: softprops/[email protected].0
uses: softprops/[email protected].1
with:
generate_release_notes: true
tag_name: ${{ steps.fetch_tag.outputs.tagVersion }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Self-hosted Renovate
uses: renovatebot/[email protected].7
uses: renovatebot/[email protected].8
with:
configurationFile: ./.github/renovate.json
token: ${{ secrets.RENOVATE_GITHUB_TOKEN }}

0 comments on commit 8c7e801

Please sign in to comment.