Skip to content

Commit a0a5a0c

Browse files
committed
(build) Update all actions
The build isn't working due to quite outdated action versions, so let's just get them all updated at once.
1 parent a1f90cb commit a0a5a0c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
WYAM_DEPLOY_REMOTE: ${{ github.event.repository.html_url }}
3636
steps:
3737
- name: Checkout the repository
38-
uses: actions/checkout@v4.1.0
38+
uses: actions/checkout@v4.2.2
3939

4040
- name: Fetch all tags and branches
4141
run: git fetch --prune --unshallow
@@ -47,20 +47,20 @@ jobs:
4747
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}
4848

4949
- name: Install .NET Core SDK 5.0.x
50-
uses: actions/setup-dotnet@v3.2.0
50+
uses: actions/setup-dotnet@v4.3.1
5151
with:
5252
dotnet-version: '5.0.x'
5353

5454
- name: Install .NET Core SDK 6.0.x
55-
uses: actions/setup-dotnet@v3.2.0
55+
uses: actions/setup-dotnet@v4.3.1
5656
with:
5757
dotnet-version: '6.0.x'
5858

5959
- name: Install .NET Core SDK (global.json)
60-
uses: actions/setup-dotnet@v3.2.0
60+
uses: actions/setup-dotnet@v4.3.1
6161

6262
- name: Build project
63-
uses: cake-build/cake-action@v1.4.1
63+
uses: cake-build/cake-action@v3.0.0
6464
with:
6565
script-path: recipe.cake
6666
target: CI
@@ -69,14 +69,14 @@ jobs:
6969
cake-bootstrap: true
7070

7171
- name: Upload Issues-Report
72-
uses: actions/upload-artifact@v3.1.2
72+
uses: actions/upload-artifact@v4.6.2
7373
with:
7474
if-no-files-found: warn
7575
name: issues
7676
path: BuildArtifacts/report.html
7777

7878
- name: Upload Packages
79-
uses: actions/upload-artifact@v3.1.2
79+
uses: actions/upload-artifact@v4.6.2
8080
with:
8181
if-no-files-found: warn
8282
name: package

0 commit comments

Comments
 (0)