Skip to content

Commit ae30e1a

Browse files
authored
Merge pull request #102 from Aiko-IT-Systems/renovate/github-packages
chore(deps): update actions/setup-dotnet action to v4.2.0
2 parents b111b73 + 6c37e75 commit ae30e1a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.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@v4
2828
- name: Setup .NET
29-
uses: actions/setup-dotnet@v4.1.0
29+
uses: actions/setup-dotnet@v4.2.0
3030
with:
3131
dotnet-version: |
3232
9.x

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
languages: ${{ matrix.language }}
3333
- name: Setup .NET
34-
uses: actions/setup-dotnet@v4.1.0
34+
uses: actions/setup-dotnet@v4.2.0
3535
with:
3636
dotnet-version: |
3737
9.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@v4
1818
- name: Setup .NET
19-
uses: actions/setup-dotnet@v4.1.0
19+
uses: actions/setup-dotnet@v4.2.0
2020
with:
2121
dotnet-version: |
2222
9.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@v4
3030
- name: Setup .NET
31-
uses: actions/setup-dotnet@v4.1.0
31+
uses: actions/setup-dotnet@v4.2.0
3232
with:
3333
dotnet-version: |
3434
9.x

0 commit comments

Comments
 (0)