Skip to content

Commit e03f60c

Browse files
Bump actions/setup-python from 5.2.0 to 6.1.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.2.0 to 6.1.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.2.0...v6.1.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8e4d373 commit e03f60c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/nf-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
fetch-depth: 0
4646

47-
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5
47+
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v5
4848
with:
4949
python-version: "3.11"
5050

.github/workflows/publish-pypi-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v6.0.1
1818
- name: Set up Python
19-
uses: actions/setup-python@v6
19+
uses: actions/setup-python@v6.1.0
2020
with:
2121
python-version: '3.x'
2222
- name: Install dependencies

0 commit comments

Comments
 (0)