File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 52
52
with :
53
53
path : tools
54
54
key : ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}
55
- - uses : actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4.1 .0
55
+ - uses : actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4.2 .0
56
56
with :
57
57
# codecov needs 2.1
58
58
# unittests needs 3.1
Original file line number Diff line number Diff line change 33
33
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
34
34
with :
35
35
fetch-depth : 0
36
- - uses : actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4.1 .0
36
+ - uses : actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4.2 .0
37
37
with :
38
38
# gitversion needs 5.0
39
39
# cake 1.3 needs 6.0
58
58
# Prefix the list here with "+" to use these queries and those in the config file.
59
59
# queries: ./path/to/local/query, your-org/your-repo/queries@main
60
60
61
- - uses : actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4.1 .0
61
+ - uses : actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4.2 .0
62
62
with :
63
63
dotnet-version : 7.0.x
64
64
You can’t perform that action at this time.
0 commit comments