File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 39
39
sudo apt-get install -y ./singularity-ce_4.2.1-noble_amd64.deb
40
40
41
41
- name : Set up Python
42
- uses : actions/setup-python@v5
42
+ uses : actions/setup-python@v6
43
43
with :
44
44
allow-prereleases : true
45
45
python-version : ${{ env.py-semver }}
93
93
fetch-depth : 0
94
94
95
95
- name : Set up Python
96
- uses : actions/setup-python@v5
96
+ uses : actions/setup-python@v6
97
97
with :
98
98
python-version : ${{ env.py-semver }}
99
99
cache : pip
@@ -132,7 +132,7 @@ jobs:
132
132
echo "CWL_SINGULARITY_CACHE=${CWL_SINGULARITY_CACHE}" >> "$GITHUB_ENV"
133
133
134
134
- name : Set up Python
135
- uses : actions/setup-python@v5
135
+ uses : actions/setup-python@v6
136
136
with :
137
137
python-version : 3.12
138
138
cache : pip
Original file line number Diff line number Diff line change 24
24
sudo apt-get install -y ./singularity-ce_4.2.1-noble_amd64.deb
25
25
26
26
- name : Set up Python
27
- uses : actions/setup-python@v5
27
+ uses : actions/setup-python@v6
28
28
with :
29
29
python-version : 3.12
30
30
You can’t perform that action at this time.
0 commit comments