2020 libtiledbvcf :
2121 runs-on : macos-15
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v6
2424 - name : Setup to build htslib from source
2525 run : brew install autoconf automake
2626 - name : Configure libtiledbvcf
6969 env :
7070 DYLD_LIBRARY_PATH : " ${{ github.workspace }}/dist/lib"
7171 steps :
72- - uses : actions/checkout@v4
72+ - uses : actions/checkout@v6
7373 with :
7474 fetch-depth : 0 # fetch everything for python setuptools_scm
7575 - name : Download libtiledbvcf artifact
@@ -78,11 +78,11 @@ jobs:
7878 name : libtiledbvcf
7979 path : dist
8080 - name : Set up Python
81- uses : actions/setup-python@v5
81+ uses : actions/setup-python@v6
8282 with :
8383 python-version : " 3.11"
8484 - name : Install libtiledb
85- uses : mamba-org/setup-micromamba@v1
85+ uses : mamba-org/setup-micromamba@v2
8686 with :
8787 environment-name : ci
8888 create-args : tiledb
@@ -101,7 +101,7 @@ jobs:
101101 runs-on : macos-15
102102 needs : libtiledbvcf
103103 steps :
104- - uses : actions/checkout@v4
104+ - uses : actions/checkout@v6
105105 - name : Download libtiledbvcf artifact
106106 uses : actions/download-artifact@v4
107107 with :
@@ -116,13 +116,13 @@ jobs:
116116 python-standalone :
117117 runs-on : macos-15
118118 steps :
119- - uses : actions/checkout@v4
119+ - uses : actions/checkout@v6
120120 with :
121121 fetch-depth : 0 # fetch everything for python setuptools_scm
122122 - name : Setup to build htslib from source
123123 run : brew install autoconf automake
124124 - name : Set up Python
125- uses : actions/setup-python@v5
125+ uses : actions/setup-python@v6
126126 with :
127127 python-version : " 3.11"
128128 - name : Build tiledbvcf-py
0 commit comments