Skip to content

Commit

Permalink
Bump the all-dependencies-actions group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the all-dependencies-actions group with 2 updates: [marocchino/validate-dependabot](https://github.com/marocchino/validate-dependabot) and [softprops/action-gh-release](https://github.com/softprops/action-gh-release).


Updates `marocchino/validate-dependabot` from 2 to 3
- [Release notes](https://github.com/marocchino/validate-dependabot/releases)
- [Commits](marocchino/validate-dependabot@v2...v3)

Updates `softprops/action-gh-release` from 1 to 2
- [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@v1...v2)

---
updated-dependencies:
- dependency-name: marocchino/validate-dependabot
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies-actions
- dependency-name: softprops/action-gh-release
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 3, 2024
1 parent ed0e05c commit cbce224
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: marocchino/validate-dependabot@v2
- uses: marocchino/validate-dependabot@v3
id: validate
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- run: cargo run >> fw.1
working-directory: ./man
- id: create_release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
tag_name: ${{ github.ref }}
files: |
Expand Down

0 comments on commit cbce224

Please sign in to comment.