File tree Expand file tree Collapse file tree 4 files changed +24
-22
lines changed
Expand file tree Collapse file tree 4 files changed +24
-22
lines changed Original file line number Diff line number Diff line change @@ -23,14 +23,14 @@ jobs:
2323
2424 steps :
2525 - name : Checkout repository and submodules
26- uses : actions/checkout@v4
26+ uses : actions/checkout@v6
2727 with :
2828 fetch-depth : 0
2929 lfs : true
3030 submodules : true
3131
3232 - name : Setup python 3
33- uses : actions/setup-python@v5
33+ uses : actions/setup-python@v6
3434 with :
3535 python-version : ${{ matrix.python-version }}
3636
@@ -45,12 +45,12 @@ jobs:
4545
4646 steps :
4747 - name : Checkout this repository
48- uses : actions/checkout@v4
48+ uses : actions/checkout@v6
4949 with :
5050 lfs : true
5151
5252 - name : Checkout actions repository
53- uses : actions/checkout@v4
53+ uses : actions/checkout@v6
5454 with :
5555 repository : Exabyte-io/actions
5656 token : ${{ secrets.BOT_GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -18,14 +18,14 @@ jobs:
1818 AWS_SECRET_ACCESS_KEY : ${{ secrets.S3_SECRET_KEY }}
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v6
2222 with :
2323 fetch-depth : 0
2424 lfs : true
2525 submodules : true
2626
2727 - name : Set python 3 version
28- uses : actions/setup-python@v5
28+ uses : actions/setup-python@v6
2929 with :
3030 python-version : " 3.10"
3131
Original file line number Diff line number Diff line change @@ -98,7 +98,8 @@ Alternatively, user can secure copy the image file:
9898scp espresso.sif < username> @login.mat3ra.com:/cluster-001-home/< username>
9999```
100100
101- !!! Info Large libraries such as Intel OneAPI, NVIDIA HPC SDK, which are several
101+ !!! info
102+ Large libraries such as Intel OneAPI, NVIDIA HPC SDK, which are several
102103 Gigabyte in size, can be mapped from our custer host instead of bundling
103104 together with the application.
104105
Original file line number Diff line number Diff line change 11babel == 2.17.0
22backports-abc == 0.5
3- backrefs == 5.8
3+ backrefs == 5.9
44cachetools == 5.5.2
55certifi == 2025.4.26
66chardet == 4.0.0
7- charset-normalizer == 3.4.2
7+ charset-normalizer == 3.4.4
88click == 8.2.1
99colorama == 0.4.6
1010enum34 == 1.1.10
1111exabyte-json-include == 2020.10.19
1212ghp-import == 2.1.0
1313gitdb == 4.0.12
14- GitPython == 3.1.44
14+ GitPython == 3.1.45
1515google-api-core == 2.21.0
1616google-api-python-client == 2.149.0
1717google-auth == 2.35.0
18- google-auth-httplib2 == 0.2.0
18+ google-auth-httplib2 == 0.2.1
1919google-cloud-texttospeech == 2.18.0
2020googleapis-common-protos == 1.65.0
2121grpcio == 1.66.2
2222grpcio-status == 1.66.2
2323httplib2 == 0.22.0
24- idna == 3.10
24+ idna == 3.11
2525importlib_metadata == 8.5.0
2626Jinja2 == 3.1.6
27- latexcodec == 3.0.0
27+ latexcodec == 3.0.1
2828livereload == 2.6.3
29- Markdown == 3.8
30- MarkupSafe == 3.0.2
29+ Markdown == 3.10
30+ MarkupSafe == 3.0.3
3131mergedeep == 1.3.4
3232mkdocs == 1.6.1
3333mkdocs-bibtex == 2.16.2
3434mkdocs-get-deps == 0.2.0
3535mkdocs-git-revision-date-localized-plugin == 1.2.9
3636mkdocs-macros-plugin == 1.2.0
37- mkdocs-material == 9.6.14
37+ mkdocs-material == 9.6.23
3838mkdocs-material-extensions == 1.3.1
3939oauth2client == 4.1.3
4040packaging == 25.0
@@ -46,22 +46,23 @@ protobuf==5.28.3
4646pyasn1 == 0.6.1
4747pyasn1_modules == 0.4.2
4848pybtex == 0.24.0
49- Pygments == 2.19.1
50- pymdown-extensions == 10.15
51- pypandoc == 1.15
49+ Pygments == 2.19.2
50+ pymdown-extensions == 10.16.1
51+ pypandoc == 1.16.2
5252pyparsing == 3.1.4
5353python-dateutil == 2.9.0.post0
5454pytz == 2024.2
55- PyYAML == 6.0.2
55+ PyYAML == 6.0.3
5656pyyaml_env_tag == 1.1
5757regex == 2024.9.11
58- requests == 2.32.3
58+ requests == 2.32.5
5959rsa == 4.9.1
60+ setuptools == 80.9.0
6061singledispatch == 3.4.0.4
6162six == 1.17.0
6263smmap == 5.0.2
6364termcolor == 2.5.0
64- tornado == 6.5.1
65+ tornado == 6.5.2
6566uritemplate == 4.1.1
6667urllib3 == 2.4.0
6768validators == 0.34.0
You can’t perform that action at this time.
0 commit comments