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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 1, 2024
1 parent 35d858e commit 6690648
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,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: marocchino/validate-dependabot@v2
- uses: marocchino/validate-dependabot@v3
id: validate
- uses: marocchino/sticky-pull-request-comment@v2
if: always()
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- run: cp ./target/x86_64-unknown-linux-musl/release/fblog fblog
- run: sha512sum fblog > fblog.sha512sum
- id: create_release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: |
fblog
Expand Down

0 comments on commit 6690648

Please sign in to comment.