We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a595b21 commit 1d38c7cCopy full SHA for 1d38c7c
.github/workflows/build.yml
@@ -47,7 +47,7 @@ jobs:
47
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
48
- name: Fetch all tags and branches
49
run: git fetch --prune --unshallow
50
- - uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4.1.0
+ - uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4.2.0
51
with:
52
# codecov needs 2.1
53
# unittests needs 3.1
.github/workflows/codeql-analysis.yml
@@ -34,7 +34,7 @@ jobs:
34
35
fetch-depth: 0
36
37
38
39
# gitversion needs 5.0
40
# cake 1.3 needs 6.0
0 commit comments