File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,21 +12,21 @@ jobs:
1212 runs-on : ubuntu-latest
1313 steps :
1414
15- - uses : actions/checkout@v2
15+ - uses : actions/checkout@v4
1616
1717 - name : Setup Node.js environment
18- uses : actions/setup-node@v3.3 .0
18+ uses : actions/setup-node@v4.2 .0
1919
2020 # Wiki files: Compact Machines
21- - uses : actions/checkout@v2
21+ - uses : actions/checkout@v4
2222 with :
2323 repository : " compactmods/compactmachines.wiki"
2424 path : " Web/wwwroot/wiki-pages/machines"
2525 - run : rm -rf Web/wwwroot/wiki-pages/machines/.git
2626 - run : node Web/wwwroot/wiki-pages/wiki-pages.js Web/wwwroot/wiki-pages/machines
2727
2828 # Wiki files: Compact Crafting
29- - uses : actions/checkout@v2
29+ - uses : actions/checkout@v4
3030 with :
3131 repository : " compactmods/compactcrafting.wiki"
3232 path : " Web/wwwroot/wiki-pages/crafting"
3535
3636 # sets up .NET Core SDK 3.1
3737 - name : Setup .NET Core SDK
38- uses : actions/setup-dotnet@v1
38+ uses : actions/setup-dotnet@v4.3.0
3939 with :
4040 dotnet-version : ' 6.0.x'
4141
You can’t perform that action at this time.
0 commit comments