Skip to content

Commit 12d8f58

Browse files
Bump actions/checkout from 3 to 4 (#6)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent effd415 commit 12d8f58

22 files changed

+40
-40
lines changed

.github/workflows/build-wheel-rocm.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
ROCM_VERSION: ${{ matrix.rocm }}
3434

3535
steps:
36-
- uses: actions/checkout@v3
36+
- uses: actions/checkout@v4
3737
with:
3838
repository: 'abetlen/llama-cpp-python'
3939
ref: ${{ inputs.version }}
@@ -100,7 +100,7 @@ jobs:
100100
shell: pwsh
101101

102102
steps:
103-
- uses: actions/checkout@v3
103+
- uses: actions/checkout@v4
104104
with:
105105
repository: 'abetlen/llama-cpp-python'
106106
ref: ${{ inputs.version }}
@@ -166,7 +166,7 @@ jobs:
166166
ROCM_VERSION: ${{ matrix.rocm }}
167167

168168
steps:
169-
- uses: actions/checkout@v3
169+
- uses: actions/checkout@v4
170170
with:
171171
repository: 'abetlen/llama-cpp-python'
172172
ref: ${{ inputs.version }}

.github/workflows/build-wheels-avx.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
PCKGVER: ${{ inputs.version }}
3232

3333
steps:
34-
- uses: actions/checkout@v3
34+
- uses: actions/checkout@v4
3535
with:
3636
repository: 'abetlen/llama-cpp-python'
3737
ref: ${{ inputs.version }}
@@ -116,7 +116,7 @@ jobs:
116116
PCKGVER: ${{ inputs.version }}
117117

118118
steps:
119-
- uses: actions/checkout@v3
119+
- uses: actions/checkout@v4
120120
with:
121121
repository: 'abetlen/llama-cpp-python'
122122
ref: ${{ inputs.version }}
@@ -221,7 +221,7 @@ jobs:
221221
PCKGVER: "v0.1.78"
222222

223223
steps:
224-
- uses: actions/checkout@v3
224+
- uses: actions/checkout@v4
225225
with:
226226
repository: 'abetlen/llama-cpp-python'
227227
ref: "v0.1.78"
@@ -327,7 +327,7 @@ jobs:
327327
PCKGVER: "v0.1.78"
328328

329329
steps:
330-
- uses: actions/checkout@v3
330+
- uses: actions/checkout@v4
331331
with:
332332
repository: 'abetlen/llama-cpp-python'
333333
ref: "v0.1.78"
@@ -430,7 +430,7 @@ jobs:
430430
PCKGVER: ${{ inputs.version }}
431431

432432
steps:
433-
- uses: actions/checkout@v3
433+
- uses: actions/checkout@v4
434434
with:
435435
repository: 'abetlen/llama-cpp-python'
436436
ref: ${{ inputs.version }}
@@ -487,7 +487,7 @@ jobs:
487487
PCKGVER: "v0.1.78"
488488

489489
steps:
490-
- uses: actions/checkout@v3
490+
- uses: actions/checkout@v4
491491
with:
492492
repository: 'abetlen/llama-cpp-python'
493493
ref: "v0.1.78"

.github/workflows/build-wheels-basic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
PCKGVER: ${{ inputs.version }}
3939

4040
steps:
41-
- uses: actions/checkout@v3
41+
- uses: actions/checkout@v4
4242
with:
4343
repository: 'abetlen/llama-cpp-python'
4444
ref: ${{ inputs.version }}

.github/workflows/build-wheels-batch-basic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
PCKGVERS: ${{ inputs.versions }}
2626

2727
steps:
28-
- uses: actions/checkout@v3
28+
- uses: actions/checkout@v4
2929

3030
- name: Define Job Output
3131
id: set-matrix

.github/workflows/build-wheels-batch-cpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
PCKGVERS: ${{ inputs.versions }}
2626

2727
steps:
28-
- uses: actions/checkout@v3
28+
- uses: actions/checkout@v4
2929

3030
- name: Define Job Output
3131
id: set-matrix

.github/workflows/build-wheels-batch-ggml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
PCKGVERS: ${{ inputs.versions }}
2626

2727
steps:
28-
- uses: actions/checkout@v3
28+
- uses: actions/checkout@v4
2929

3030
- name: Define Job Output
3131
id: set-matrix

.github/workflows/build-wheels-batch-oobabooga-basic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
PCKGVERS: ${{ inputs.versions }}
2626

2727
steps:
28-
- uses: actions/checkout@v3
28+
- uses: actions/checkout@v4
2929

3030
- name: Define Job Output
3131
id: set-matrix

.github/workflows/build-wheels-batch-oobabooga.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
PCKGVERS: ${{ inputs.versions }}
2626

2727
steps:
28-
- uses: actions/checkout@v3
28+
- uses: actions/checkout@v4
2929

3030
- name: Define Job Output
3131
id: set-matrix

.github/workflows/build-wheels-batch-rocm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
PCKGVERS: ${{ inputs.versions }}
2626

2727
steps:
28-
- uses: actions/checkout@v3
28+
- uses: actions/checkout@v4
2929

3030
- name: Define Job Output
3131
id: set-matrix

.github/workflows/build-wheels-batch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
PCKGVERS: ${{ inputs.versions }}
2626

2727
steps:
28-
- uses: actions/checkout@v3
28+
- uses: actions/checkout@v4
2929

3030
- name: Define Job Output
3131
id: set-matrix

0 commit comments

Comments
 (0)