Skip to content

Commit bd6451a

Browse files
chore(deps): update actions/setup-dotnet action to v5.3.0 (#1758)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 324b173 commit bd6451a

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
runs-on: ${{ matrix.os }}
8080
steps:
8181
- name: Checkout
82-
uses: actions/checkout@v6.0.2
82+
uses: actions/checkout@v6.0.3
8383
with:
8484
clean: 'false'
8585
fetch-depth: '0'
@@ -90,15 +90,15 @@ jobs:
9090
path: '${{ github.workspace }}/.nuget/packages'
9191
key: "${{ runner.os }}-nuget-${{ hashFiles('**/Directory.Packages.props') }}-${{ hashFiles('**/dotnet-tools.json') }}"
9292
- name: 🔨 Use .NET 8.0 SDK
93-
uses: actions/setup-dotnet@v5.2.0
93+
uses: actions/setup-dotnet@v5.3.0
9494
with:
9595
dotnet-version: '8.0.x'
9696
- name: 🔨 Use .NET 9.0 SDK
97-
uses: actions/setup-dotnet@v5.2.0
97+
uses: actions/setup-dotnet@v5.3.0
9898
with:
9999
dotnet-version: '9.0.x'
100100
- name: 🔨 Use .NET 10.0 SDK
101-
uses: actions/setup-dotnet@v5.2.0
101+
uses: actions/setup-dotnet@v5.3.0
102102
with:
103103
dotnet-version: '10.0.x'
104104
- name: 🎁 dotnet tool restore

.github/workflows/close-milestone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v6.0.2
13+
uses: actions/checkout@v6.0.3
1414
with:
1515
fetch-depth: 0
1616

.github/workflows/draft-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v6.0.2
20+
uses: actions/checkout@v6.0.3
2121
with:
2222
fetch-depth: 0
2323

.github/workflows/sync-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v6.0.2
19+
uses: actions/checkout@v6.0.3
2020

2121
- name: Run Labeler
2222
if: success()

.github/workflows/update-milestone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v6.0.2
16+
uses: actions/checkout@v6.0.3
1717
with:
1818
ref: ${{ github.sha }}
1919
fetch-depth: 0

0 commit comments

Comments
 (0)