Skip to content

Commit 441882b

Browse files
authored
Revert "build(deps): bump the actions-monthly group across 1 directory with 4 updates" (#908)
Reverts #904. The automerge kicked in because of a CI bug #900 that could not mark the CI failed when the build failed 😩
1 parent 5f530b9 commit 441882b

9 files changed

Lines changed: 23 additions & 23 deletions

.github/workflows/build-wheel.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
(inputs.host-platform == 'win-64' && 'windows-2022') }}
4141
steps:
4242
- name: Checkout ${{ github.event.repository.name }}
43-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
43+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4444
with:
4545
fetch-depth: 0
4646

@@ -76,7 +76,7 @@ jobs:
7676

7777
- name: Set up Python
7878
id: setup-python1
79-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
79+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
8080
with:
8181
# WAR: setup-python is not relocatable, and cibuildwheel hard-wires to 3.12...
8282
# see https://github.com/actions/setup-python/issues/871
@@ -98,7 +98,7 @@ jobs:
9898
env
9999
100100
- name: Build numba-cuda wheel
101-
uses: pypa/cibuildwheel@294735312765b09d24a2fbec22660ce817587d55 # v4.1.0
101+
uses: pypa/cibuildwheel@8d2b08b68458a16aeb24b64e68a09ab1c8e82084 # v3.4.1
102102
with:
103103
package-dir: .
104104
output-dir: ${{ env.NUMBA_CUDA_ARTIFACTS_DIR }}
@@ -168,7 +168,7 @@ jobs:
168168
(inputs.host-platform == 'win-64' && 'windows-2022') }}
169169
steps:
170170
- name: Checkout ${{ github.event.repository.name }}
171-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
171+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
172172
with:
173173
fetch-depth: 0
174174

@@ -204,7 +204,7 @@ jobs:
204204

205205
- name: Set up Python
206206
id: setup-python
207-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
207+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
208208
with:
209209
python-version: ${{ matrix.python-version }}
210210

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
CUDA_PREV_BUILD_VER: ${{ steps.get-vars.outputs.cuda_prev_build_ver }}
2525
steps:
2626
- name: Checkout repository
27-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
27+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2828
with:
2929
fetch-depth: 0
3030

@@ -42,7 +42,7 @@ jobs:
4242
skip: ${{ steps.get-should-skip.outputs.skip }}
4343
steps:
4444
- name: Checkout repository
45-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
45+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4646
- name: Compute whether to skip builds and tests
4747
id: get-should-skip
4848
env:
@@ -168,8 +168,8 @@ jobs:
168168
pre-commit:
169169
runs-on: ubuntu-latest
170170
steps:
171-
- uses: actions/checkout@v7
172-
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1
171+
- uses: actions/checkout@v6
172+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
173173
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd
174174
with:
175175
extra_args: --all-files --show-diff-on-failure
@@ -181,7 +181,7 @@ jobs:
181181
SIMULATOR_MATRIX: ${{ steps.compute-matrix.outputs.SIMULATOR_MATRIX }}
182182
TEST_MATRIX: ${{ steps.compute-matrix.outputs.TEST_MATRIX }}
183183
steps:
184-
- uses: actions/checkout@v7
184+
- uses: actions/checkout@v6
185185
- name: Compute Matrices
186186
id: compute-matrix
187187
run: |

.github/workflows/conda-python-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
runs-on: "linux-${{ matrix.ARCH }}-gpu-${{ matrix.GPU }}-${{ matrix.DRIVER }}-1"
7979
timeout-minutes: 60
8080
steps:
81-
- uses: actions/checkout@v7
81+
- uses: actions/checkout@v6
8282
with:
8383
repository: ${{ inputs.repo }}
8484
ref: ${{ inputs.sha }}

.github/workflows/docs-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
timeout-minutes: 60
2626
steps:
27-
- uses: actions/checkout@v7
27+
- uses: actions/checkout@v6
2828
- name: Setup pixi
2929
uses: prefix-dev/setup-pixi@fef5c9568ca6c4ff7707bf840ab0692ba3f08293 # v0.9.0
3030
with:

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
CUDA_PREV_BUILD_VER: ${{ steps.get-vars.outputs.cuda_prev_build_ver }}
2222
steps:
2323
- name: Checkout repository
24-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
24+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2525
with:
2626
fetch-depth: 0
2727

.github/workflows/simulator-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
RAPIDS_BUILD_TYPE: ${{ inputs.build_type }}
8383
timeout-minutes: 60
8484
steps:
85-
- uses: actions/checkout@v7
85+
- uses: actions/checkout@v6
8686
with:
8787
repository: ${{ inputs.repo }}
8888
ref: ${{ inputs.sha }}
@@ -116,7 +116,7 @@ jobs:
116116
env:
117117
GH_TOKEN: ${{ github.token }}
118118
- name: Generate test report
119-
uses: test-summary/action@v2.6
119+
uses: test-summary/action@v2.4
120120
with:
121121
paths: "${{ env.RAPIDS_TESTS_DIR }}/*.xml"
122122
if: always()

.github/workflows/test-wheel-linux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
MATRIX: ${{ steps.compute-matrix.outputs.MATRIX }}
3333
steps:
3434
- name: Checkout ${{ github.event.repository.name }}
35-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
35+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3636

3737
- name: Validate Test Type
3838
run: |
@@ -79,7 +79,7 @@ jobs:
7979
run: nvidia-smi
8080

8181
- name: Checkout ${{ github.event.repository.name }}
82-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
82+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
8383

8484
- name: Setup proxy cache
8585
uses: nv-gha-runners/setup-proxy-cache@main
@@ -127,7 +127,7 @@ jobs:
127127
ls -lahR testing/
128128
129129
- name: Set up Python ${{ matrix.PY_VER }}
130-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
130+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
131131
with:
132132
python-version: ${{ matrix.PY_VER }}
133133
env:

.github/workflows/test-wheel-windows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
MATRIX: ${{ steps.compute-matrix.outputs.MATRIX }}
3131
steps:
3232
- name: Checkout ${{ github.event.repository.name }}
33-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
33+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3434

3535
- name: Validate Test Type
3636
run: |
@@ -66,7 +66,7 @@ jobs:
6666
runs-on: "windows-${{ matrix.ARCH }}-gpu-${{ matrix.GPU }}-${{ matrix.DRIVER }}-${{ matrix.GPU_COUNT }}"
6767
steps:
6868
- name: Checkout ${{ github.event.repository.name }}
69-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
69+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7070

7171
- name: Setup proxy cache
7272
uses: nv-gha-runners/setup-proxy-cache@main
@@ -126,7 +126,7 @@ jobs:
126126
Get-ChildItem -Recurse -Force testing/ | Select-Object Mode, LastWriteTime, Length, FullName
127127
128128
- name: Set up Python ${{ matrix.PY_VER }}
129-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
129+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
130130
with:
131131
python-version: ${{ matrix.PY_VER }}
132132

.github/workflows/wheels-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
- name: Run nvidia-smi to make sure GPU is working
107107
run: nvidia-smi
108108
- name: checkout code repo
109-
uses: actions/checkout@v7
109+
uses: actions/checkout@v6
110110
with:
111111
repository: ${{ inputs.repo }}
112112
ref: ${{ inputs.sha }}
@@ -142,7 +142,7 @@ jobs:
142142
CUDA_CORE_VERSION: ${{ matrix.CUDA_CORE_VERSION }}
143143
GH_TOKEN: ${{ github.token }}
144144
- name: Generate test report
145-
uses: test-summary/action@v2.6
145+
uses: test-summary/action@v2.4
146146
with:
147147
paths: "${{ env.RAPIDS_TESTS_DIR }}/*.xml"
148148
show: ${{ inputs.test_summary_show }}

0 commit comments

Comments
 (0)