Skip to content

Commit c35a4b3

Browse files
chore(deps): bump the github-actions group with 2 updates (#545)
Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/checkout` from 5.0.0 to 6.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5.0.0...v6.0.0) Updates `actions/setup-python` from 6.0.0 to 6.1.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6.0.0...v6.1.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-python dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e792bba commit c35a4b3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ jobs:
3636
tox: mypy
3737
steps:
3838
- name: Checkout 🛎️
39-
uses: actions/checkout@v5.0.0
39+
uses: actions/checkout@v6.0.0
4040
with:
4141
fetch-depth: 0
4242

4343
- name: Setup Python 🔧
44-
uses: actions/setup-python@v6.0.0
44+
uses: actions/setup-python@v6.1.0
4545
with:
4646
python-version: ${{ matrix.python }}
4747
allow-prereleases: true

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
id-token: write
1414
contents: write
1515
steps:
16-
- uses: actions/checkout@v5.0.0
16+
- uses: actions/checkout@v6.0.0
1717
with:
1818
fetch-depth: 0
1919
fetch-tags: true
2020

21-
- uses: actions/setup-python@v6.0.0
21+
- uses: actions/setup-python@v6.1.0
2222
with:
2323
python-version: 3.14
2424

0 commit comments

Comments
 (0)