Skip to content

Commit da6cc9f

Browse files
authored
Merge pull request #2190 from Marukome0743/format
chore: version up format.yml actions
2 parents 22d0af2 + 55f75bc commit da6cc9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/format.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout code
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515

1616
- name: Setup biomeJs
1717
uses: biomejs/setup-biome@v2
1818

1919
- name: Run Biome formatter
20-
run: biome format . --write
20+
run: biome format --write
2121

22-
- uses: autofix-ci/action@551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef
22+
- uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27 # v1.3.2

0 commit comments

Comments
 (0)