Skip to content

Commit

Permalink
chore(deps): bump jmeridth/reusable-workflows in the dependencies gro…
Browse files Browse the repository at this point in the history
…up (#63)

Bumps the dependencies group with 1 update: [jmeridth/reusable-workflows](https://github.com/jmeridth/reusable-workflows).


Updates `jmeridth/reusable-workflows` from 0.3.2 to 0.3.4
- [Release notes](https://github.com/jmeridth/reusable-workflows/releases)
- [Changelog](https://github.com/jmeridth/reusable-workflows/blob/main/docs/release.md)
- [Commits](jmeridth/reusable-workflows@53a9c80...1f9f6e8)

---
updated-dependencies:
- dependency-name: jmeridth/reusable-workflows
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

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 Jan 7, 2025
1 parent 879a300 commit d8a0ab5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
permissions:
contents: write
pull-requests: write
uses: jmeridth/reusable-workflows/.github/workflows/auto-labeler.yaml@53a9c808122ffaae9af948f72139fb4bd44ab74c
uses: jmeridth/reusable-workflows/.github/workflows/auto-labeler.yaml@1f9f6e8338751902c78fa0444f6adf8d1f4f62db
with:
config-name: release-drafter.yml
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
contents: read
pull-requests: read
statuses: write
uses: jmeridth/reusable-workflows/.github/workflows/pr-title.yaml@53a9c808122ffaae9af948f72139fb4bd44ab74c
uses: jmeridth/reusable-workflows/.github/workflows/pr-title.yaml@1f9f6e8338751902c78fa0444f6adf8d1f4f62db
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
permissions:
contents: write
pull-requests: read
uses: jmeridth/reusable-workflows/.github/workflows/release.yaml@53a9c808122ffaae9af948f72139fb4bd44ab74c
uses: jmeridth/reusable-workflows/.github/workflows/release.yaml@1f9f6e8338751902c78fa0444f6adf8d1f4f62db
with:
publish: true
release-config-name: release-drafter.yml
Expand Down

0 comments on commit d8a0ab5

Please sign in to comment.