Skip to content

Commit dc59d66

Browse files
dependabot[bot]jfishe
authored andcommitted
deps(deps): bump actions/setup-python in the setup-actions group
Bumps the setup-actions group with 1 update: [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/setup-python` from 5 to 6 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: setup-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2a0c759 commit dc59d66

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
steps:
3535
- uses: actions/checkout@v6
3636
with: { fetch-depth: 0 } # deep clone for setuptools-scm
37-
- uses: actions/setup-python@v5
37+
- uses: actions/setup-python@v6
3838
id: setup-python
3939
with: { python-version: "3.10" }
4040
- name: Run static analysis and format checkers
@@ -73,7 +73,7 @@ jobs:
7373
run: |
7474
git config --global user.name "$(git --no-pager log --format=format:'%an' -n 1)"
7575
git config --global user.email "$(git --no-pager log --format=format:'%ae' -n 1)"
76-
- uses: actions/setup-python@v5
76+
- uses: actions/setup-python@v6
7777
id: setup-python
7878
with:
7979
python-version: ${{ matrix.python }}

0 commit comments

Comments
 (0)