Skip to content

Commit 2c600a2

Browse files
authored
Merge pull request #4 from noprd/bugfix-workflows
Bugfix-Workflows > Staging
2 parents 51522fb + 57773b8 commit 2c600a2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/auto.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Action - install zig
4545
uses: goto-bus-stop/[email protected]
4646
with:
47-
version: "0.14.0"
47+
version: "0.7.0"
4848

4949
- name: Setup - ping basic tools and perform pre-installation
5050
shell: bash

.github/workflows/manual.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Action - install zig
5656
uses: goto-bus-stop/[email protected]
5757
with:
58-
version: "0.14.0"
58+
version: "0.7.0"
5959

6060
- name: Setup - ping basic tools and perform pre-installation
6161
shell: bash
@@ -111,7 +111,7 @@ jobs:
111111
- name: Action - install zig
112112
uses: goto-bus-stop/[email protected]
113113
with:
114-
version: "0.14.0"
114+
version: "0.7.0"
115115

116116
- name: Setup - ping basic tools and perform pre-installation
117117
shell: bash

0 commit comments

Comments
 (0)