Skip to content

Commit f7cd133

Browse files
authored
ci : use actions from ggml-org (#11140)
1 parent 4d2b3d8 commit f7cd133

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/build.yml

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

12381238
- name: Create release
12391239
id: create_release
1240-
uses: anzz1/action-create-release@v1
1240+
uses: ggml-org/action-create-release@v1
12411241
env:
12421242
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
12431243
with:

.github/workflows/docker.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,9 @@ jobs:
9797
GITHUB_BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
9898
GITHUB_REPOSITORY_OWNER: '${{ github.repository_owner }}'
9999

100-
# https://github.com/jlumbroso/free-disk-space/tree/54081f138730dfa15788a46383842cd2f914a1be#example
101100
- name: Free Disk Space (Ubuntu)
102101
if: ${{ matrix.config.free_disk_space == true }}
103-
uses: jlumbroso/[email protected]
102+
uses: ggml-org/[email protected]
104103
with:
105104
# this might remove tools that are actually needed,
106105
# if set to "true" but frees about 6 GB

0 commit comments

Comments
 (0)