Skip to content

Commit 70026a7

Browse files
update .github
1 parent 5ae1d32 commit 70026a7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/checkpatch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ on:
1010
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1111
jobs:
1212
checkpatch:
13-
uses: open-vela/public-actions/.github/workflows/checkpatch.yml@trunk
13+
uses: open-vela/public-actions/.github/workflows/checkpatch.yml@dev
1414
secrets: inherit

.github/workflows/clang-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ on:
1010
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1111
jobs:
1212
clang-format:
13-
uses: open-vela/public-actions/.github/workflows/clang-format.yml@trunk
13+
uses: open-vela/public-actions/.github/workflows/clang-format.yml@dev

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ on:
66

77
jobs:
88
stale:
9-
uses: open-vela/public-actions/.github/workflows/stale.yml@trunk
9+
uses: open-vela/public-actions/.github/workflows/stale.yml@dev
1010
secrets: inherit
1111

0 commit comments

Comments
 (0)