Skip to content

Commit 56713e8

Browse files
authored
Upgrade actions in Ci.yml workflow (#1153)
1 parent 907b86c commit 56713e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/Ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
name: Code style and tests
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2
15-
- uses: actions/setup-node@v2
14+
- uses: actions/checkout@v3
15+
- uses: actions/setup-node@v3
1616
with:
1717
node-version: "16.x"
1818
cache: npm
@@ -30,7 +30,7 @@ jobs:
3030
name: Check for spelling errors
3131
runs-on: ubuntu-latest
3232
steps:
33-
- uses: actions/checkout@v2
33+
- uses: actions/checkout@v3
3434
- uses: codespell-project/actions-codespell@master
3535
with:
3636
# file types to ignore

0 commit comments

Comments
 (0)