Skip to content

Commit 635c118

Browse files
authored
ci(autofix): update autofix-ci/action version in workflow files (#3801)
1 parent 3cd9b09 commit 635c118

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/autofix-pnpm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ jobs:
5454
- name: Fix lint
5555
run: pnpm lint:fix
5656

57-
- uses: autofix-ci/action@d3e591514b99d0fca6779455ff8338516663f7cc
57+
- uses: autofix-ci/action@551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef

.github/workflows/autofix-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
src: "./python"
3030
args: --fix
3131

32-
- uses: autofix-ci/action@d3e591514b99d0fca6779455ff8338516663f7cc
32+
- uses: autofix-ci/action@551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef

.github/workflows/autofix-rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ jobs:
6868

6969
- run: make update-graphql-schema
7070

71-
- uses: autofix-ci/action@d3e591514b99d0fca6779455ff8338516663f7cc
71+
- uses: autofix-ci/action@551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef

0 commit comments

Comments
 (0)