We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 17398da + 76dfbbe commit f2ad559Copy full SHA for f2ad559
3 files changed
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
steps:
19
- uses: actions/checkout@v4
20
- name: Setup .NET
21
- uses: actions/setup-dotnet@v3
+ uses: actions/setup-dotnet@v4
22
with:
23
dotnet-version: |
24
6.0.x
.github/workflows/rl-secure.yml
@@ -39,7 +39,7 @@ jobs:
39
fetch-depth: 0
40
41
42
43
44
dotnet-version: 6.0.x
45
.github/workflows/snyk.yml
@@ -35,7 +35,7 @@ jobs:
35
ref: ${{ github.event.pull_request.merge_commit_sha || github.ref }}
36
37
- name: Install .NET Core
38
dotnet-version: "6.0.x"
0 commit comments