File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 23
23
}}
24
24
runs-on : ubuntu-latest
25
25
steps :
26
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
26
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
27
27
28
28
- name : Load branch name
29
29
id : get-branch
Original file line number Diff line number Diff line change 47
47
shell : bash -el {0}
48
48
steps :
49
49
- name : Checkout ${{ github.event.repository.name }}
50
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
50
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
51
51
with :
52
52
fetch-depth : 0
53
53
ref : ${{ inputs.git-tag }}
Original file line number Diff line number Diff line change 36
36
(inputs.host-platform == 'win-64' && 'windows-2022') }}
37
37
steps :
38
38
- name : Checkout ${{ github.event.repository.name }}
39
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
39
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
40
40
with :
41
41
fetch-depth : 0
42
42
Original file line number Diff line number Diff line change 23
23
CUDA_BUILD_VER : ${{ steps.get-vars.outputs.cuda_build_ver }}
24
24
steps :
25
25
- name : Checkout repository
26
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
26
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
27
27
with :
28
28
fetch-depth : 0
29
29
- name : Get CUDA build version
Original file line number Diff line number Diff line change 28
28
build-mode : none
29
29
steps :
30
30
- name : Checkout repository
31
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
31
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
32
32
33
33
- name : Initialize CodeQL
34
34
uses : github/codeql-action/init@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.8
Original file line number Diff line number Diff line change 33
33
ARCHIVE_NAME : ${{ github.event.repository.name }}-${{ inputs.git-tag }}
34
34
steps :
35
35
- name : Checkout Source
36
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
36
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
37
37
with :
38
38
fetch-depth : 0
39
39
ref : ${{ inputs.git-tag }}
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ jobs:
139
139
run : nvidia-smi
140
140
141
141
- name : Checkout ${{ github.event.repository.name }}
142
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
142
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
143
143
with :
144
144
fetch-depth : 0
145
145
Original file line number Diff line number Diff line change 85
85
runs-on : ' cuda-python-windows-gpu-github'
86
86
steps :
87
87
- name : Checkout ${{ github.event.repository.name }}
88
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
88
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
89
89
with :
90
90
fetch-depth : 0
91
91
You can’t perform that action at this time.
0 commit comments