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 3939 sudo apt-get install -y ./singularity-ce_4.2.1-noble_amd64.deb
4040
4141 - name : Set up Python
42- uses : actions/setup-python@v5
42+ uses : actions/setup-python@v6
4343 with :
4444 allow-prereleases : true
4545 python-version : ${{ env.py-semver }}
9393 fetch-depth : 0
9494
9595 - name : Set up Python
96- uses : actions/setup-python@v5
96+ uses : actions/setup-python@v6
9797 with :
9898 python-version : ${{ env.py-semver }}
9999 cache : pip
@@ -132,7 +132,7 @@ jobs:
132132 echo "CWL_SINGULARITY_CACHE=${CWL_SINGULARITY_CACHE}" >> "$GITHUB_ENV"
133133
134134 - name : Set up Python
135- uses : actions/setup-python@v5
135+ uses : actions/setup-python@v6
136136 with :
137137 python-version : 3.12
138138 cache : pip
Original file line number Diff line number Diff line change 2424 sudo apt-get install -y ./singularity-ce_4.2.1-noble_amd64.deb
2525
2626 - name : Set up Python
27- uses : actions/setup-python@v5
27+ uses : actions/setup-python@v6
2828 with :
2929 python-version : 3.12
3030
You can’t perform that action at this time.
0 commit comments