Skip to content

Commit c9dd565

Browse files
authored
fix: use correct SHA (#2438)
* fix: use tag instead of SHA * fix: sha
1 parent 5ea1c40 commit c9dd565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Unshallow
3838
run: git fetch --prune --unshallow
3939
- name: Free Disk Space
40-
uses: jlumbroso/free-disk-space@54081f138730dfc15788a16ea1f97d8457feca80 # v1.3.1
40+
uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1
4141
with:
4242
tool-cache: false
4343
android: true

0 commit comments

Comments
 (0)