We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91043a4 commit 7927af6Copy full SHA for 7927af6
1 file changed
.github/workflows/format-and-lint.yml
@@ -14,9 +14,9 @@ jobs:
14
node-version: [18]
15
steps:
16
- name: Check out branch (pull request)
17
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
18
- name: Use Node.js ${{ matrix.node-version }}
19
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
20
with:
21
node-version: ${{ matrix.node-version }}
22
- name: Install packages
0 commit comments