2121 runs-on : intel-ubuntu-latest
2222 timeout-minutes : 10
2323 steps :
24- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
24+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
2525 - name : Ubuntu dependencies
2626 run : scripts/install-doxygen.sh
2727 - uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
4848# env:
4949# CXX: ${{ matrix.cxx }}
5050# steps:
51- # - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
51+ # - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
5252# - name: Generate
5353# run: cmake -B build
5454# - name: Build
8282 CXX : icpx
8383 FI_PROVIDER : tcp
8484 steps :
85- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
85+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
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
@@ -142,7 +142,7 @@ jobs:
142142# env:
143143# CXX: icpx
144144# steps:
145- # - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
145+ # - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
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
@@ -171,7 +171,7 @@ jobs:
171171 env :
172172 CXX : g++-13
173173 steps :
174- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
174+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
189+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
190190 - uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
201+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
202202 with :
203203 ref : gh-pages
204204 path : gh-pages
0 commit comments