Skip to content

Commit dbc9e21

Browse files
authored
Merge pull request #135 from Aiko-IT-Systems/renovate/github-packages
chore(deps): update actions/setup-dotnet action to v5.1.0
2 parents f4d3ca1 + 728190a commit dbc9e21

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Checkout repository
2727
uses: actions/checkout@v6
2828
- name: Setup .NET
29-
uses: actions/setup-dotnet@v5.0.1
29+
uses: actions/setup-dotnet@v5.1.0
3030
with:
3131
dotnet-version: |
3232
10.x

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
languages: ${{ matrix.language }}
3131
- name: Setup .NET
32-
uses: actions/setup-dotnet@v5.0.1
32+
uses: actions/setup-dotnet@v5.1.0
3333
with:
3434
dotnet-version: |
3535
10.x

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Checkout current project
1717
uses: actions/checkout@v6
1818
- name: Setup .NET
19-
uses: actions/setup-dotnet@v5.0.1
19+
uses: actions/setup-dotnet@v5.1.0
2020
with:
2121
dotnet-version: |
2222
10.x

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Checkout repository
2929
uses: actions/checkout@v6
3030
- name: Setup .NET
31-
uses: actions/setup-dotnet@v5.0.1
31+
uses: actions/setup-dotnet@v5.1.0
3232
with:
3333
dotnet-version: |
3434
10.x

0 commit comments

Comments
 (0)