Skip to content

Commit 983a677

Browse files
authored
Merge pull request #22 from utelle/dependabot/github_actions/github-actions-25f4b29175
ci: bump actions/setup-dotnet from 5 to 6 in the github-actions group
2 parents 5fa5e8e + 47e4fd8 commit 983a677

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-reusable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
echo "=== OK: Binary release is consistent ==="
149149
150150
- name: Setup .NET
151-
uses: actions/setup-dotnet@v5
151+
uses: actions/setup-dotnet@v6
152152
with:
153153
dotnet-version: 9.0.x
154154

.github/workflows/dotnet.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
tar -xzf release-$TAG.tar.gz -C cb/bld/bin
5757
5858
- name: Setup .NET
59-
uses: actions/setup-dotnet@v5
59+
uses: actions/setup-dotnet@v6
6060
with:
6161
dotnet-version: 9.0.x
6262
- run: dotnet workload install android ios
@@ -94,7 +94,7 @@ jobs:
9494
steps:
9595
- uses: actions/checkout@v7
9696
- name: Setup .NET
97-
uses: actions/setup-dotnet@v5
97+
uses: actions/setup-dotnet@v6
9898
with:
9999
dotnet-version: 9.0.x
100100
- uses: actions/download-artifact@v8
@@ -110,7 +110,7 @@ jobs:
110110
steps:
111111
- uses: actions/checkout@v7
112112
- name: Setup .NET
113-
uses: actions/setup-dotnet@v5
113+
uses: actions/setup-dotnet@v6
114114
with:
115115
dotnet-version: 9.0.x
116116
- uses: actions/download-artifact@v8

0 commit comments

Comments
 (0)