We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e7fd71 commit afefeefCopy full SHA for afefeef
.github/workflows/autofix.yml
@@ -47,7 +47,7 @@ jobs:
47
run: cargo +nightly fmt --all
48
- name: Cargo Clippy
49
run: cargo +nightly clippy --fix --allow-dirty --all-features --workspace -- -D warnings
50
- - uses: autofix-ci/action@ff86a557419858bb967097bfc916833f5647fa8c
+ - uses: autofix-ci/action@551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef
51
concurrency:
52
group: autofix-${{github.ref}}
53
cancel-in-progress: false
crates/gh-workflow-tailcall/src/workflow.rs
@@ -168,7 +168,7 @@ impl StandardWorkflow {
168
Step::uses(
169
"autofix-ci",
170
"action",
171
- "ff86a557419858bb967097bfc916833f5647fa8c",
+ "551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef",
172
),
173
)
174
}
0 commit comments