Skip to content

Commit 7927af6

Browse files
committed
update format and lint action to use v4 of other actions
1 parent 91043a4 commit 7927af6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/format-and-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
node-version: [18]
1515
steps:
1616
- name: Check out branch (pull request)
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@v4
1818
- name: Use Node.js ${{ matrix.node-version }}
19-
uses: actions/setup-node@v3
19+
uses: actions/setup-node@v4
2020
with:
2121
node-version: ${{ matrix.node-version }}
2222
- name: Install packages

0 commit comments

Comments
 (0)