Skip to content

Commit 9648743

Browse files
authored
Merge pull request #36 from ChamalGomesHSO/renovate/pin-dependencies
chore(deps): pin egor-tensin/setup-gcc action to eaa888e
2 parents 495b4d7 + 78f0f25 commit 9648743

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/llama-build-cpu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
submodules: "recursive"
2323

2424
- name: Set GCC Version
25-
uses: egor-tensin/setup-gcc@v1
25+
uses: egor-tensin/setup-gcc@eaa888eb19115a521fa72b65cd94fe1f25bbcaac # v1
2626
with:
2727
version: ${{ env.GCC_VERSION }}
2828

.github/workflows/llama-build-cuda.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
submodules: "recursive"
5656

5757
- name: Set GCC Version
58-
uses: egor-tensin/setup-gcc@v1
58+
uses: egor-tensin/setup-gcc@eaa888eb19115a521fa72b65cd94fe1f25bbcaac # v1
5959
with:
6060
version: ${{ env.GCC_VERSION }}
6161

0 commit comments

Comments
 (0)