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_3.11.4-jammy_amd64.deb
40
40
41
41
- name : Set up Python
42
- uses : actions/setup-python@v4
42
+ uses : actions/setup-python@v5
43
43
with :
44
44
allow-prereleases : true
45
45
python-version : ${{ env.py-semver }}
89
89
fetch-depth : 0
90
90
91
91
- name : Set up Python
92
- uses : actions/setup-python@v4
92
+ uses : actions/setup-python@v5
93
93
with :
94
94
python-version : ${{ env.py-semver }}
95
95
cache : pip
@@ -128,7 +128,7 @@ jobs:
128
128
echo "CWL_SINGULARITY_CACHE=${CWL_SINGULARITY_CACHE}" >> $GITHUB_ENV
129
129
130
130
- name : Set up Python
131
- uses : actions/setup-python@v4
131
+ uses : actions/setup-python@v5
132
132
with :
133
133
python-version : 3.11
134
134
cache : pip
Original file line number Diff line number Diff line change 23
23
sudo apt-get install -y ./singularity-ce_3.11.4-jammy_amd64.deb
24
24
25
25
- name : Set up Python
26
- uses : actions/setup-python@v4
26
+ uses : actions/setup-python@v5
27
27
with :
28
28
python-version : 3.11
29
29
You can’t perform that action at this time.
0 commit comments