Skip to content

Commit 74f88e0

Browse files
committed
fix(build): does github actions want a version or does it not
1 parent e228024 commit 74f88e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/argus-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name: Build Verification
1111

1212
jobs:
1313
checks:
14-
uses: ./.github/workflows/build.yml@5b631423b2b4a90ee887956bf9f6a541edea234a
14+
uses: ./.github/workflows/build.yml
1515
with:
1616
crate-name: argus
1717
crate-path: boards/argus

.github/workflows/phoenix-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name: Build Verification
1010

1111
jobs:
1212
checks:
13-
uses: ./.github/workflow/build.yml@5b631423b2b4a90ee887956bf9f6a541edea234a
13+
uses: ./.github/workflow/build.yml
1414
with:
1515
crate-name: phoenix
1616
crate-path: boards/phoenix

0 commit comments

Comments
 (0)