We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
actions/checkout
v4
1 parent f0cfa85 commit 83eb73bCopy full SHA for 83eb73b
.github/workflows/Ci.yml
@@ -11,7 +11,7 @@ jobs:
11
name: Code style and tests
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
15
16
- uses: actions/setup-node@v4
17
with:
@@ -31,7 +31,7 @@ jobs:
31
name: Check for spelling errors
32
33
34
35
- uses: codespell-project/actions-codespell@master
36
37
# file types to ignore
.github/workflows/UpdateDirectory.yml
@@ -10,7 +10,7 @@ jobs:
10
updateDirectory:
0 commit comments