Skip to content

Commit 622670e

Browse files
committed
fix workflows
Signed-off-by: Markus Blaschke <mblaschke82@gmail.com>
1 parent f689db9 commit 622670e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci-docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v3
1010

1111
- name: Set Swap Space
12-
uses: pierotofy/set-swap-space@49819ab
12+
uses: pierotofy/set-swap-space@49819abfb41bd9b44fb781159c033dba90353a7c
1313
with:
1414
swap-size-gb: 12
1515

.github/workflows/release-assets.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v3
1212

1313
- name: Set Swap Space
14-
uses: pierotofy/set-swap-space@49819ab
14+
uses: pierotofy/set-swap-space@49819abfb41bd9b44fb781159c033dba90353a7c
1515
with:
1616
swap-size-gb: 12
1717

.github/workflows/release-docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v3
1717

1818
- name: Set Swap Space
19-
uses: pierotofy/set-swap-space@49819ab
19+
uses: pierotofy/set-swap-space@49819abfb41bd9b44fb781159c033dba90353a7c
2020
with:
2121
swap-size-gb: 12
2222

.github/workflows/schedule-docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v3
1212

1313
- name: Set Swap Space
14-
uses: pierotofy/set-swap-space@49819ab
14+
uses: pierotofy/set-swap-space@49819abfb41bd9b44fb781159c033dba90353a7c
1515
with:
1616
swap-size-gb: 12
1717

0 commit comments

Comments
 (0)