Skip to content

Commit 6e40021

Browse files
chore(deps): update github actions to v5 (major) (#1580)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 718af50 commit 6e40021

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,19 +90,19 @@ jobs:
9090
path: '${{ github.workspace }}/.nuget/packages'
9191
key: "${{ runner.os }}-nuget-${{ hashFiles('**/Directory.Packages.props') }}-${{ hashFiles('**/dotnet-tools.json') }}"
9292
- name: 🔨 Use .NET Core 3.1 SDK
93-
uses: actions/setup-dotnet@v4.3.1
93+
uses: actions/setup-dotnet@v5.0.0
9494
with:
9595
dotnet-version: '3.1.x'
9696
- name: 🔨 Use .NET Core 6.0 SDK
97-
uses: actions/setup-dotnet@v4.3.1
97+
uses: actions/setup-dotnet@v5.0.0
9898
with:
9999
dotnet-version: '6.0.x'
100100
- name: 🔨 Use .NET Core 8.0 SDK
101-
uses: actions/setup-dotnet@v4.3.1
101+
uses: actions/setup-dotnet@v5.0.0
102102
with:
103103
dotnet-version: '8.0.x'
104104
- name: 🔨 Use .NET Core 9.0 SDK
105-
uses: actions/setup-dotnet@v4.3.1
105+
uses: actions/setup-dotnet@v5.0.0
106106
with:
107107
dotnet-version: '9.0.x'
108108
- name: 🎁 dotnet tool restore

.github/workflows/close-milestone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
fetch-depth: 0
1616

17-
- uses: actions/setup-dotnet@v4
17+
- uses: actions/setup-dotnet@v5
1818

1919
- name: Install GitVersion
2020
uses: gittools/actions/gitversion/[email protected]

.github/workflows/draft-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
fetch-depth: 0
2323

24-
- uses: actions/setup-dotnet@v4
24+
- uses: actions/setup-dotnet@v5
2525

2626
- name: Fetch all history for all tags and branches
2727
run: git fetch --prune

.github/workflows/update-milestone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
ref: ${{ github.sha }}
1919
fetch-depth: 0
2020

21-
- uses: actions/setup-dotnet@v4
21+
- uses: actions/setup-dotnet@v5
2222

2323
- name: Fetch all history for all tags and branches
2424
run: git fetch --prune

0 commit comments

Comments
 (0)