Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.

Commit 4c64c4a

Browse files
authored
Merge pull request #37 from nils-org/renovate/actions-setup-dotnet-3.x
(maint) Update actions/setup-dotnet action to v3.0.2
2 parents 9e918b1 + 9b81668 commit 4c64c4a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/checkout@v3
4545
- name: Fetch all tags and branches
4646
run: git fetch --prune --unshallow
47-
- uses: actions/[email protected].1
47+
- uses: actions/[email protected].2
4848
with:
4949
# codecov needs 2.1
5050
dotnet-version: |

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
fetch-depth: 0
3636

37-
- uses: actions/[email protected].1
37+
- uses: actions/[email protected].2
3838
with:
3939
# codecov needs 2.1
4040
dotnet-version: |

0 commit comments

Comments
 (0)