Skip to content

Commit e31d73c

Browse files
ngxsonmglambda
authored andcommitted
ci : pin dependency to specific version (ggml-org#11137)
* ci : pin dependency to specific version * will this fix ec?
1 parent 0c00636 commit e31d73c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
# https://github.com/jlumbroso/free-disk-space/tree/54081f138730dfa15788a46383842cd2f914a1be#example
101101
- name: Free Disk Space (Ubuntu)
102102
if: ${{ matrix.config.free_disk_space == true }}
103-
uses: jlumbroso/free-disk-space@main
103+
uses: jlumbroso/free-disk-space@v1.3.1
104104
with:
105105
# this might remove tools that are actually needed,
106106
# if set to "true" but frees about 6 GB

.github/workflows/editorconfig.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- uses: actions/checkout@v4
26-
- uses: editorconfig-checker/action-editorconfig-checker@main
26+
- uses: editorconfig-checker/action-editorconfig-checker@v2
27+
with:
28+
version: v3.0.3
2729
- run: editorconfig-checker

0 commit comments

Comments
 (0)