We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ee6fd4 commit 2e845ccCopy full SHA for 2e845cc
1 file changed
.github/workflows/build.yaml
@@ -37,11 +37,11 @@ jobs:
37
38
steps:
39
- name: Check Out Code
40
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
41
#url: https://github.com/actions/checkout
42
43
- name: Configure .NET
44
- uses: actions/setup-dotnet@v4
+ uses: actions/setup-dotnet@v5
45
#url: https://github.com/actions/setup-dotnet
46
with:
47
dotnet-version: |
0 commit comments