Skip to content

Commit 8fa42cf

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/setup-python-5.3.0
2 parents cc2843b + 74f5733 commit 8fa42cf

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

.github/workflows/pr.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: intel-ubuntu-latest
2222
timeout-minutes: 10
2323
steps:
24-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
24+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2525
- name: Ubuntu dependencies
2626
run: scripts/install-doxygen.sh
2727
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
@@ -48,14 +48,14 @@ jobs:
4848
# env:
4949
# CXX: ${{ matrix.cxx }}
5050
# steps:
51-
# - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
51+
# - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5252
# - name: Generate
5353
# run: cmake -B build
5454
# - name: Build
5555
# run: make -C build -j
5656
# - name: Unit tests
5757
# run: ctest --test-dir build -L TESTLABEL -j 4
58-
# - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
58+
# - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
5959
# if: always()
6060
# with:
6161
# name: log-gcc-${{ env.CXX }}
@@ -82,7 +82,7 @@ jobs:
8282
CXX: icpx
8383
FI_PROVIDER: tcp
8484
steps:
85-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
85+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
8686
- name: Set up Intel APT repository
8787
run: |
8888
# https://www.intel.com/content/www/us/en/docs/oneapi/installation-guide-linux/2024-0/apt.html
@@ -111,7 +111,7 @@ jobs:
111111
run: |
112112
. /opt/intel/oneapi/setvars.sh
113113
ctest --test-dir build --output-on-failure -L TESTLABEL -j 4
114-
- uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
114+
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
115115
if: always()
116116
with:
117117
name: log-pvc-impi-icpx-${{ matrix.config }}
@@ -142,7 +142,7 @@ jobs:
142142
# env:
143143
# CXX: icpx
144144
# steps:
145-
# - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
145+
# - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
146146
# - name: Generate
147147
# run: cmake -B build -DCMAKE_BUILD_TYPE=${{ matrix.config }} -DENABLE_ISHMEM=on -DENABLE_L0=on -DENABLE_OFI=on -DOFI_PROVIDER=psm3 -DONETILE_PVC=on
148148
# - name: Build ISHMEM
@@ -152,7 +152,7 @@ jobs:
152152
# - name: MP unit tests
153153
# # run: srun -p cluster scripts/run_command_on_compute_node.sh build/Testing/mptests.outerr.txt ctest --test-dir build -R ^mp-tests-sycl -L MP -j 4
154154
# run: ctest --test-dir build -R ^mp-tests-sycl -L MP -j 4
155-
# - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
155+
# - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
156156
# if: always()
157157
# with:
158158
# name: log-ishmem-impi-icpx-${{ matrix.config }}
@@ -171,7 +171,7 @@ jobs:
171171
env:
172172
CXX: g++-13
173173
steps:
174-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
174+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
175175
- run: |
176176
echo "creating DEB package is going to be here"
177177
@@ -186,7 +186,7 @@ jobs:
186186
SPHINXOPTS: -q -W
187187
if: ${{ github.ref == 'refs/heads/main' }}
188188
steps:
189-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
189+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
190190
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
191191
with:
192192
python-version: '3.10'
@@ -198,7 +198,7 @@ jobs:
198198
run: |
199199
make -C doc/spec html
200200
- name: Checkout gh-pages
201-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
201+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
202202
with:
203203
ref: gh-pages
204204
path: gh-pages

requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ breathe==4.35.0
1212
certifi==2024.8.30
1313
cfgv==3.4.0
1414
chardet==5.2.0
15-
charset-normalizer==3.3.2
15+
charset-normalizer==3.4.1
1616
distlib==0.3.9
1717
docutils==0.21.2
1818
filelock==3.16.1
1919
identify==2.6.1
2020
idna==3.10
2121
imagesize==1.4.1
22-
Jinja2==3.1.4
22+
Jinja2==3.1.5
2323
license-expression==30.3.1
2424
MarkupSafe==3.0.2
2525
nodeenv==1.9.1
@@ -46,4 +46,4 @@ sphinxcontrib-serializinghtml==2.0.0
4646
sphinxcontrib-spelling==8.0.0
4747
typing_extensions==4.12.2
4848
urllib3==2.2.3
49-
virtualenv==20.26.6
49+
virtualenv==20.28.1

0 commit comments

Comments
 (0)