Skip to content

Commit 2b7ae1f

Browse files
authored
Merge pull request #81 from DessimozLab/dependabot/github_actions/dev/actions/setup-python-6.1.0
Bump actions/setup-python from 5.2.0 to 6.1.0
2 parents 8e4d373 + e03f60c commit 2b7ae1f

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)