Skip to content

Commit

Permalink
chore(deps): bump the github-actions-dependencies group across 2 dire…
Browse files Browse the repository at this point in the history
…ctories with 2 updates

Bumps the github-actions-dependencies group with 1 update in the / directory: [tj-actions/changed-files](https://github.com/tj-actions/changed-files).
Bumps the github-actions-dependencies group with 1 update in the /actions/create-and-merge-pull-request directory: [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request).


Updates `tj-actions/changed-files` from 45.0.0 to 45.0.2
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](tj-actions/changed-files@v45.0.0...v45.0.2)

Updates `peter-evans/create-pull-request` from 6.1.0 to 7.0.5
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](peter-evans/create-pull-request@v6.1.0...v7.0.5)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions-dependencies
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and neilime committed Sep 20, 2024
1 parent 221918d commit dea80e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

- id: changed-files
if: ${{ inputs.update-all == false }}
uses: tj-actions/changed-files@v45.0.0
uses: tj-actions/changed-files@v45.0.2
with:
files: |
./actions/*
Expand Down
2 changes: 1 addition & 1 deletion actions/create-and-merge-pull-request/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ runs:
run: |
rm -fr ./self-actions
- uses: peter-evans/create-pull-request@v6.1.0
- uses: peter-evans/create-pull-request@v7.0.5
id: create-pull-request
with:
token: ${{ inputs.github-token }}
Expand Down

0 comments on commit dea80e9

Please sign in to comment.