Skip to content

Commit 4cf91cd

Browse files
authored
Merge pull request #80 from kjsanger/feature/free-disk-space
Use the full SHA when declaring an Action version
2 parents da77c0b + 8a1b68a commit 4cf91cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-release.yml

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

5454
steps:
5555
- name: "Free disk space on the runner"
56-
uses: jlumbroso/free-disk-space@f68fdb7 # v1.3.0
56+
uses: jlumbroso/free-disk-space@f68fdb76e2ea636224182cfb7377ff9a1708f9b8 # v1.3.0
5757
with:
5858
tool-cache: false
5959
android: true

0 commit comments

Comments
 (0)