Skip to content

Commit 36449b0

Browse files
committed
chore(deps): update github actions to v4
1 parent ea78dda commit 36449b0

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,11 @@ jobs:
9191
restore-keys: |
9292
${{ runner.os }}-nuget-
9393
- name: 🔨 Use .NET Core 3.1 SDK
94-
uses: actions/setup-dotnet@v3.2.0
94+
uses: actions/setup-dotnet@v4.0.0
9595
with:
9696
dotnet-version: '3.1.x'
9797
- name: 🔨 Use .NET Core 7.0 SDK
98-
uses: actions/setup-dotnet@v3.2.0
98+
uses: actions/setup-dotnet@v4.0.0
9999
with:
100100
dotnet-version: '8.0.x'
101101
- name: 🎁 dotnet tool restore

.github/workflows/close-milestone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
fetch-depth: 0
1616

17-
- uses: actions/setup-dotnet@v3
17+
- uses: actions/setup-dotnet@v4
1818

1919
- name: Install GitVersion
2020
uses: gittools/actions/gitversion/[email protected]

.github/workflows/draft-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
fetch-depth: 0
2323

24-
- uses: actions/setup-dotnet@v3
24+
- uses: actions/setup-dotnet@v4
2525

2626
- name: Fetch all history for all tags and branches
2727
run: git fetch --prune

.github/workflows/update-milestone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
ref: ${{ github.sha }}
1919
fetch-depth: 0
2020

21-
- uses: actions/setup-dotnet@v3
21+
- uses: actions/setup-dotnet@v4
2222

2323
- name: Fetch all history for all tags and branches
2424
run: git fetch --prune

0 commit comments

Comments
 (0)