Skip to content

Commit 93040f8

Browse files
authored
Merge pull request #831 from adamralph/update-ci-sdks
update CI SDKs
2 parents b342757 + 40954e3 commit 93040f8

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@ jobs:
2323
name: ${{ matrix.job.name }}
2424
runs-on: ${{ matrix.job.os }}
2525
steps:
26-
- uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2.0
26+
- uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2.0
2727
with:
28-
dotnet-version: 10.0.103
28+
dotnet-version: 10.0.201
2929
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3030
with:
3131
fetch-depth: 0
3232
filter: tree:0
3333
persist-credentials: false
3434
- run: ./build
3535
- if: matrix.job.name == 'ubuntu'
36-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
36+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
3737
with:
3838
name: NuGet packages
3939
path: ./artifacts/*.nupkg

.github/workflows/infer-sharp.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
infer-sharp:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2.0
12+
- uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2.0
1313
with:
14-
dotnet-version: '10.0.103'
14+
dotnet-version: '10.0.201'
1515
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1616
with:
1717
persist-credentials: false
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
binary-path: './SimpleExec'
2424
- run: cat infer-out/report.txt
25-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
25+
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
2626
with:
2727
name: InferSharp reports
2828
path: infer-out/report.*

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
release:
1313
runs-on: ubuntu-24.04-arm
1414
steps:
15-
- uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2.0
15+
- uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2.0
1616
with:
17-
dotnet-version: 10.0.103
17+
dotnet-version: 10.0.201
1818
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1919
with:
2020
persist-credentials: false

0 commit comments

Comments
 (0)