Skip to content

Commit 3f95c9a

Browse files
committed
ci: bump gh actions versions
1 parent b30541f commit 3f95c9a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/formatting-validation.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88
format:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v3
12-
- uses: actions/setup-node@v3
11+
- uses: actions/checkout@v4
12+
- uses: actions/setup-node@v4
1313
with:
1414
node-version: 18
1515
- name: Prettier Check
16-
run: npm run format:check
16+
run: npm run format:check

0 commit comments

Comments
 (0)