Skip to content

Commit 7645a70

Browse files
authored
Update publish.yml
1 parent 4e0c860 commit 7645a70

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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"
@@ -35,7 +35,7 @@ jobs:
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

0 commit comments

Comments
 (0)