File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ jobs:
1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout Project
15- uses : actions/checkout@v3
15+ uses : actions/checkout@v4
1616 - name : Add problem matcher
1717 run : echo "::add-matcher::.github/problemMatchers/eslint.json"
1818 - name : Use Node.js v18
19- uses : actions/setup-node@v3
19+ uses : actions/setup-node@v4
2020 with :
2121 node-version : 18
2222 cache : yarn
@@ -31,11 +31,11 @@ jobs:
3131 runs-on : ubuntu-latest
3232 steps :
3333 - name : Checkout Project
34- uses : actions/checkout@v3
34+ uses : actions/checkout@v4
3535 - name : Add problem matcher
3636 run : echo "::add-matcher::.github/problemMatchers/tsc.json"
3737 - name : Use Node.js v18
38- uses : actions/setup-node@v3
38+ uses : actions/setup-node@v4
3939 with :
4040 node-version : 18
4141 cache : yarn
You can’t perform that action at this time.
0 commit comments