Skip to content

Commit 0da7995

Browse files
Merge pull request #247 from christianhelle/renovate/actions-setup-dotnet-5.x
2 parents 009813c + 781206d commit 0da7995

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
- name: 🛒 Checkout repository
3131
uses: actions/checkout@v5
32-
- uses: actions/setup-dotnet@v4
32+
- uses: actions/setup-dotnet@v5
3333
with:
3434
dotnet-version: '8.0.x'
3535
- name: 🛠️ Build

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: 🛒 Checkout repository
3434
uses: actions/checkout@v5
3535

36-
- uses: actions/setup-dotnet@v4
36+
- uses: actions/setup-dotnet@v5
3737
with:
3838
dotnet-version: '8.0.x'
3939

.github/workflows/release-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v5
19-
- uses: actions/setup-dotnet@v4
19+
- uses: actions/setup-dotnet@v5
2020
with:
2121
dotnet-version: '8.0.x'
2222
- name: Sets environment variables - branch-name

.github/workflows/template-url.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: 🛒 Checkout repository
2626
uses: actions/checkout@v5
2727

28-
- uses: actions/setup-dotnet@v4
28+
- uses: actions/setup-dotnet@v5
2929
with:
3030
dotnet-version: '8.0.x'
3131

.github/workflows/template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: 🛒 Checkout repository
2424
uses: actions/checkout@v5
2525

26-
- uses: actions/setup-dotnet@v4
26+
- uses: actions/setup-dotnet@v5
2727
with:
2828
dotnet-version: '8.0.x'
2929

0 commit comments

Comments
 (0)