Skip to content

Commit 4309b06

Browse files
committed
wip
1 parent aa8d0d6 commit 4309b06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
cargo clippy --workspace --all-targets --all-features -- -D warnings $([ ${{ matrix.rust_version }} = 1.78.0 ] || [ ${{ matrix.rust_version }} = stable ] && echo -Aunknown-lints -Ainvalid_reference_casting -Aclippy::redundant-closure-call)
5252
clippy-annotation-reporter:
5353
runs-on: ubuntu-latest
54-
uses: ./.github/actions/clippy-annotation-reporter
54+
uses: ./.github/actions/clippy-annotation-reporter@latest
5555
steps:
5656
- name: Checkout sources
5757
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2

0 commit comments

Comments
 (0)