Skip to content

Commit 210b364

Browse files
committed
version actions checkout
1 parent 4f03195 commit 210b364

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/llama-cpp-rs-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
2222
with:
2323
submodules: recursive
2424
- name: Install Compile Deps

.github/workflows/publish-upon-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
1818
with:
1919
submodules: recursive
2020
- name: Publish crates for llama-cpp-sys-2

.github/workflows/update-llama-cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
name: Update llama cpp
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
1717
name: Checkout latest
1818
with:
1919
submodules: recursive

.github/workflows/update-toml-version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Checkout code
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
1818

1919
- name: Update version in TOML files
2020
run: |

0 commit comments

Comments
 (0)