Skip to content

Commit

Permalink
Bump the github-actions group
Browse files Browse the repository at this point in the history
Bumps the github-actions group in /.github/actions/action-version_task-updateReleaseVersion with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter).


Updates `actions/checkout` from 3 to 4
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

Updates `release-drafter/release-drafter` from 5 to 6
- [Release notes](https://github.com/release-drafter/release-drafter/releases)
- [Commits](release-drafter/release-drafter@v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: release-drafter/release-drafter
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 22, 2024
1 parent 0d58b81 commit c2c38cd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ runs:
run: echo "branch=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_OUTPUT

- name: Checkout triggering branch
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ steps.extract-branch.outputs.branch }}

- name: Draft changelog
uses: release-drafter/release-drafter@v5
uses: release-drafter/release-drafter@v6
id: release-drafter
with:
commitish: ${{ steps.extract-branch-outputs.branch }}
Expand Down

0 comments on commit c2c38cd

Please sign in to comment.