Skip to content

Commit afefeef

Browse files
committed
fix: update autofix-ci/action version in workflow files
1 parent 4e7fd71 commit afefeef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/autofix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: cargo +nightly fmt --all
4848
- name: Cargo Clippy
4949
run: cargo +nightly clippy --fix --allow-dirty --all-features --workspace -- -D warnings
50-
- uses: autofix-ci/action@ff86a557419858bb967097bfc916833f5647fa8c
50+
- uses: autofix-ci/action@551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef
5151
concurrency:
5252
group: autofix-${{github.ref}}
5353
cancel-in-progress: false

crates/gh-workflow-tailcall/src/workflow.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ impl StandardWorkflow {
168168
Step::uses(
169169
"autofix-ci",
170170
"action",
171-
"ff86a557419858bb967097bfc916833f5647fa8c",
171+
"551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef",
172172
),
173173
)
174174
}

0 commit comments

Comments
 (0)