Skip to content

Commit 010db1d

Browse files
authored
Merge pull request #696 from adamralph/dependabot/github_actions/actions/setup-dotnet-4.3.1
Bump actions/setup-dotnet from 4.3.0 to 4.3.1
2 parents f15e873 + e9d8be8 commit 010db1d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
name: ${{ matrix.job.name }}
2424
runs-on: ${{ matrix.job.os }}
2525
steps:
26-
- uses: actions/setup-dotnet@v4.3.0
26+
- uses: actions/setup-dotnet@v4.3.1
2727
with:
2828
dotnet-version: |
2929
8.0.406

.github/workflows/infer-sharp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
infer-sharp:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/setup-dotnet@v4.3.0
12+
- uses: actions/setup-dotnet@v4.3.1
1313
with:
1414
dotnet-version: '9.0.200'
1515
- uses: actions/checkout@v4.2.2

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
release:
1212
runs-on: ubuntu-24.04
1313
steps:
14-
- uses: actions/setup-dotnet@v4.3.0
14+
- uses: actions/setup-dotnet@v4.3.1
1515
with:
1616
dotnet-version: 9.0.200
1717
- uses: actions/checkout@v4.2.2

0 commit comments

Comments
 (0)