Skip to content

Commit f8e8e42

Browse files
Bump the non-major-versions group with 2 updates
Bumps the non-major-versions group with 2 updates: [actions/setup-python](https://github.com/actions/setup-python) and [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action). Updates `actions/setup-python` from 6.2.0 to 6.3.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6.2.0...v6.3.0) Updates `stefanzweifel/git-auto-commit-action` from 7.1.0 to 7.2.0 - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases) - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md) - [Commits](stefanzweifel/git-auto-commit-action@v7.1.0...v7.2.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-major-versions - dependency-name: stefanzweifel/git-auto-commit-action dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-major-versions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e1e5326 commit f8e8e42

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: "actions/checkout@v7.0.0"
1717

1818
- name: "Set up Python"
19-
uses: actions/setup-python@v6.2.0
19+
uses: actions/setup-python@v6.3.0
2020
with:
2121
python-version: "3.x"
2222

@@ -32,6 +32,6 @@ jobs:
3232
run: ruff check --output-format=github . --fix --exit-zero
3333

3434
- name: "Auto Commit"
35-
uses: stefanzweifel/git-auto-commit-action@v7.1.0
35+
uses: stefanzweifel/git-auto-commit-action@v7.2.0
3636
with:
3737
commit_message: 'style fixes by ruff'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v4
1717
- name: Set up Python
18-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v5
18+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v5
1919
with:
2020
python-version: "3.x"
2121
- name: Install pypa/build

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: "actions/checkout@v7.0.0"
1616

1717
- name: "Set up Python"
18-
uses: actions/setup-python@v6.2.0
18+
uses: actions/setup-python@v6.3.0
1919
with:
2020
python-version: "3.x"
2121

0 commit comments

Comments
 (0)