We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8e4d373 + e03f60c commit 2b7ae1fCopy full SHA for 2b7ae1f
2 files changed
.github/workflows/nf-test.yml
@@ -44,7 +44,7 @@ jobs:
44
with:
45
fetch-depth: 0
46
47
- - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5
+ - uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v5
48
49
python-version: "3.11"
50
.github/workflows/publish-pypi-release.yml
@@ -16,7 +16,7 @@ jobs:
16
steps:
17
- uses: actions/checkout@v6.0.1
18
- name: Set up Python
19
- uses: actions/setup-python@v6
+ uses: actions/setup-python@v6.1.0
20
21
python-version: '3.x'
22
- name: Install dependencies
0 commit comments