File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717
1818 steps :
1919 - name : Checkout
20- uses : actions/checkout@v6.0.1
20+ uses : actions/checkout@v6.0.2
2121 with :
2222 submodules : recursive
2323
Original file line number Diff line number Diff line change @@ -40,15 +40,15 @@ jobs:
4040
4141 steps :
4242 - name : Check out pipeline code
43- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
43+ uses : actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v4
4444 with :
4545 fetch-depth : 0
4646
47- - uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5
47+ - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v5
4848 with :
4949 python-version : " 3.11"
5050
51- - uses : actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v4
51+ - uses : actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v4
5252 with :
5353 distribution : " temurin"
5454 java-version : " 17"
7878
7979 - name : Set up miniconda
8080 if : matrix.profile == 'conda'
81- uses : conda-incubator/setup-miniconda@835234971496cad1653abb28a638a281cf32541f # v3
81+ uses : conda-incubator/setup-miniconda@fc2d68f6413eb2d87b895e92f8584b5b94a10167 # v3
8282 with :
8383 miniconda-version : " latest"
8484 auto-update-conda : true
@@ -143,7 +143,7 @@ jobs:
143143
144144 - name : Upload test results
145145 if : always() # run even if tests fail
146- uses : actions/upload-artifact@v6
146+ uses : actions/upload-artifact@v7
147147 with :
148148 name : nf-test-results-${{ matrix.filter }}-${{ matrix.profile }}-${{ matrix.NXF_VER }}-${{ matrix.shard }}
149149 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.0.2
1818 - name : Set up Python
19- uses : actions/setup-python@v6
19+ uses : actions/setup-python@v6.2.0
2020 with :
2121 python-version : ' 3.x'
2222 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments