Skip to content

Commit 27f71d8

Browse files
Merge pull request #140 from IowaComputerGurus/dependabot/github_actions/actions/setup-dotnet-5.4.0
Bump actions/setup-dotnet from 5.2.0 to 5.4.0
2 parents b7fa502 + b87ac54 commit 27f71d8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fetch-depth: 0
2020

2121
- name: Ensure .NET Installed
22-
uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2.0
22+
uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 # v5.4.0
2323
with:
2424
dotnet-version: 9.0.x
2525

@@ -52,7 +52,7 @@ jobs:
5252
java-version: 17
5353
distribution: zulu
5454
- name: Ensure .NET Installed
55-
uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2.0
55+
uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 # v5.4.0
5656
with:
5757
dotnet-version: 9.0.x
5858
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

.github/workflows/release-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fetch-depth: 0
2020

2121
- name: Ensure .NET Installed
22-
uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2.0
22+
uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 # v5.4.0
2323
with:
2424
dotnet-version: 9.0.x
2525

0 commit comments

Comments
 (0)