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

Commit 9ab1a9a

Browse files
authored
Merge pull request #8 from nils-org/renovate/actions-setup-dotnet-1.x
(maint) Update actions/setup-dotnet action to v1.9.1
2 parents 01d9118 + 6aeaa2e commit 9ab1a9a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,17 @@ jobs:
4444
uses: actions/checkout@v2
4545
- name: Fetch all tags and branches
4646
run: git fetch --prune --unshallow
47-
- uses: actions/[email protected].0
47+
- uses: actions/[email protected].1
4848
with:
4949
# codecov needs 2.1
5050
dotnet-version: '2.1.818'
51-
- uses: actions/[email protected].0
51+
- uses: actions/[email protected].1
5252
with:
5353
dotnet-version: '3.1.x'
54-
- uses: actions/[email protected].0
54+
- uses: actions/[email protected].1
5555
with:
5656
dotnet-version: '5.0.x'
57-
- uses: actions/[email protected].0
57+
- uses: actions/[email protected].1
5858
with:
5959
dotnet-version: '6.0.x'
6060
- name: Cache Tools

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,17 @@ jobs:
3434
with:
3535
fetch-depth: 0
3636

37-
- uses: actions/[email protected].0
37+
- uses: actions/[email protected].1
3838
with:
3939
# codecov needs 2.1
4040
dotnet-version: '2.1.818'
41-
- uses: actions/[email protected].0
41+
- uses: actions/[email protected].1
4242
with:
4343
dotnet-version: '3.1.x'
44-
- uses: actions/[email protected].0
44+
- uses: actions/[email protected].1
4545
with:
4646
dotnet-version: '5.0.x'
47-
- uses: actions/[email protected].0
47+
- uses: actions/[email protected].1
4848
with:
4949
dotnet-version: '6.0.x'
5050

0 commit comments

Comments
 (0)