File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -159,4 +159,4 @@ jobs:
159159 username : ${{ secrets.DOCKER_HUB_USERNAME }}
160160 password : ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
161161 repository : ${{ env.REGISTRY_IMAGE }}
162- readme-filepath : ./README.md
162+ readme-filepath : ./README.md
Original file line number Diff line number Diff line change @@ -42,15 +42,15 @@ jobs:
4242
4343 steps :
4444 - name : Check out pipeline code
45- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
45+ uses : actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v4
4646 with :
4747 fetch-depth : 0
4848
4949 - uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v5
5050 with :
5151 python-version : " 3.11"
5252
53- - uses : actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v4
53+ - uses : actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v4
5454 with :
5555 distribution : " temurin"
5656 java-version : " 17"
8080
8181 - name : Set up miniconda
8282 if : matrix.profile == 'conda'
83- uses : conda-incubator/setup-miniconda@835234971496cad1653abb28a638a281cf32541f # v3
83+ uses : conda-incubator/setup-miniconda@fc2d68f6413eb2d87b895e92f8584b5b94a10167 # v3
8484 with :
8585 miniconda-version : " latest"
8686 auto-update-conda : true
@@ -145,7 +145,7 @@ jobs:
145145
146146 - name : Upload test results
147147 if : always() # run even if tests fail
148- uses : actions/upload-artifact@v6
148+ uses : actions/upload-artifact@v7
149149 with :
150150 name : nf-test-results-${{ matrix.filter }}-${{ matrix.profile }}-${{ matrix.NXF_VER }}-${{ matrix.shard }}
151151 path : |
Original file line number Diff line number Diff line change 1414 id-token : write
1515
1616 steps :
17- - uses : actions/checkout@v6.0.1
17+ - uses : actions/checkout@v6
1818 - name : Set up Python
19- uses : actions/setup-python@v6.1.0
19+ uses : actions/setup-python@v6
2020 with :
2121 python-version : ' 3.x'
2222 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments