File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 qc :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v4
12- - uses : astral-sh/ruff-action@v3
11+ - uses : actions/checkout@v6
12+ - uses : astral-sh/ruff-action@v4.0.0
1313 name : ruff check
14- - uses : astral-sh/ruff-action@v3
14+ - uses : astral-sh/ruff-action@v4.0.0
1515 name : ruff format
1616 with :
1717 args : " format --check --diff"
4242 - long_running_2
4343
4444 steps :
45- - uses : actions/checkout@v4
45+ - uses : actions/checkout@v6
4646 with :
4747 fetch-depth : 0
4848
8080 name : OSX tests
8181 runs-on : macos-15-intel
8282 steps :
83- - uses : actions/checkout@v4
83+ - uses : actions/checkout@v6
8484 with :
8585 fetch-depth : 0
8686
@@ -112,7 +112,7 @@ jobs:
112112 name : autobump test
113113 runs-on : ubuntu-latest
114114 steps :
115- - uses : actions/checkout@v4
115+ - uses : actions/checkout@v6
116116 - name : set path
117117 run : echo "/opt/mambaforge/bin" >> $GITHUB_PATH
118118
Original file line number Diff line number Diff line change 2929 DEBIAN_VERSION : ' 12.5'
3030
3131 steps :
32- - uses : actions/checkout@v4
32+ - uses : actions/checkout@v6
3333
3434 - name : Set up QEMU
3535 run : |
Original file line number Diff line number Diff line change 2828 DEBIAN_VERSION : ' 12.5'
2929
3030 steps :
31- - uses : actions/checkout@v4
31+ - uses : actions/checkout@v6
3232
3333 - name : Set up QEMU
3434 run : |
Original file line number Diff line number Diff line change 2020 IMAGE_VERSION : ' 1.1.1'
2121
2222 steps :
23- - uses : actions/checkout@v2
23+ - uses : actions/checkout@v6
2424
2525 - name : Build
2626 id : buildah-build
Original file line number Diff line number Diff line change 3333 IMAGE_VERSION : ' 1.4.1'
3434
3535 steps :
36- - uses : actions/checkout@v4
36+ - uses : actions/checkout@v6
3737
3838 - name : Install Tools
3939 run : |
Original file line number Diff line number Diff line change 2424 image : bioconda-utils-build-env-cos7-x86_64
2525 base_image : quay.io/condaforge/linux-anvil-cos7-x86_64
2626 steps :
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v6
2828 with :
2929 fetch-depth : 0
3030
Original file line number Diff line number Diff line change 2020 QUAY_OAUTH_TOKEN : ${{ secrets.QUAY_BIOCONTAINERS_TOKEN }}
2121
2222 - name : Upload logs
23- uses : actions/upload-artifact@v6
23+ uses : actions/upload-artifact@v7
2424 with :
2525 name : logs
2626 path : biocontainers-*.txt
Original file line number Diff line number Diff line change 1111 title-format :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : amannn/action-semantic-pull-request@v5
14+ - uses : amannn/action-semantic-pull-request@v6
1515 env :
1616 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 2525 IMAGE_NAME : create-env
2626
2727 steps :
28- - uses : actions/checkout@v4
28+ - uses : actions/checkout@v6
2929
3030 - name : Set up QEMU
3131 run : |
Original file line number Diff line number Diff line change 1313 release_created : ${{ steps.release.outputs.release_created }}
1414 tag_name : ${{ steps.release.outputs.tag_name }}
1515 steps :
16- - uses : googleapis/release-please-action@v4
16+ - uses : googleapis/release-please-action@v5
1717 id : release
1818 with :
1919 release-type : python
You can’t perform that action at this time.
0 commit comments