Skip to content

Commit d576ba6

Browse files
Merge pull request #850 from WildGums/GitHubSync/20250908-073330
GitHubSync update
2 parents 300b17e + b058fcd commit d576ba6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ jobs:
1616
runs-on: windows-latest # Required for some (WPF) projects
1717

1818
steps:
19-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
19+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2020
id: checkout
2121
with:
2222
fetch-depth: 0
2323

2424
- name: Setup .NET Core
2525
id: setup-dotnet
26-
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
26+
uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
2727
with:
2828
dotnet-version: '9.0.x'
2929

0 commit comments

Comments
 (0)