Skip to content
This repository was archived by the owner on Jun 1, 2024. It is now read-only.

Commit 9655ca2

Browse files
Bump actions/setup-dotnet from 3.0.2 to 3.0.3 (#487)
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 3.0.2 to 3.0.3. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v3.0.2...v3.0.3) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4f27900 commit 9655ca2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cicd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
fetch-depth: 0
3737

3838
- name: Install .NET SDK
39-
uses: actions/[email protected].2
39+
uses: actions/[email protected].3
4040
with:
4141
dotnet-version: '3.1.x'
4242

@@ -121,7 +121,7 @@ jobs:
121121
fetch-depth: 0
122122

123123
- name: Install .NET SDK
124-
uses: actions/[email protected].2
124+
uses: actions/[email protected].3
125125

126126
- name: Retrieve cached NuGet packages
127127
uses: actions/cache@v3

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: actions/checkout@v3
4040

4141
- name: Setup dotnet
42-
uses: actions/[email protected].2
42+
uses: actions/[email protected].3
4343
with:
4444
dotnet-version: '6.0.x'
4545

0 commit comments

Comments
 (0)