Skip to content

Commit 61c8704

Browse files
authored
chore(CI): revert build action back to v1 (#248)
* chore(CI): revert build action back to v1 * refactor: use v1
1 parent 1d52f85 commit 61c8704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
- uses: actions/checkout@v4
129129

130130
- name: Build Examples
131-
uses: SilverbackLtd/build-action@main
131+
uses: SilverbackLtd/build-action@v1
132132
with:
133133
push: ${{ github.event_name != 'pull_request' }}
134134
tag: latest

0 commit comments

Comments
 (0)