Skip to content

Commit 0166fc8

Browse files
ci(workflow): fix circular dependency (#341)
1 parent cf54f53 commit 0166fc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-gh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout
22-
uses: ./.github/actions/checkout
22+
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
2323
- name: Run actionlint
2424
uses: ./.github/actions/actionlint

0 commit comments

Comments
 (0)