Skip to content

Commit

Permalink
chore: bump the actions group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the actions group with 2 updates in the / directory: [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) and [actions/setup-python](https://github.com/actions/setup-python).


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

Updates `actions/setup-python` from 5.2.0 to 5.3.0
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v5.2.0...v5.3.0)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent 64d2226 commit e675775
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:

- name: Create Pull Request
id: pull-request
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
title: Bump ZITADEL Version
branch: create-pull-request/bump
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- id: 'set-up-python'
name: Install Python (The Chart Testing CLI Depends On It)
uses: 'actions/setup-python@v5.2.0'
uses: 'actions/setup-python@v5.3.0'
with:
python-version: 3.11.4
if: steps.list-changed-test.outputs.any_changed == 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: 'Create Pull Request'
id: 'pr'
uses: 'peter-evans/create-pull-request@v6'
uses: 'peter-evans/create-pull-request@v7'
with:
title: 'docs: update README.md'
branch: 'update-repo-readme'
Expand Down

0 comments on commit e675775

Please sign in to comment.