Skip to content

Commit 89fdea9

Browse files
authored
Merge branch 'master' into cswin32-squashed
2 parents 886846b + a4798ec commit 89fdea9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ jobs:
3535
runs-on: ${{ matrix.job.os }}
3636
steps:
3737
- name: Setup netcoreapp3.1
38-
uses: actions/[email protected].0
38+
uses: actions/[email protected].1
3939
with:
4040
dotnet-version: "3.1.415"
4141
- name: Setup net5.0
42-
uses: actions/[email protected].0
42+
uses: actions/[email protected].1
4343
with:
4444
dotnet-version: "5.0.403"
4545
- name: Setup net6.0
46-
uses: actions/[email protected].0
46+
uses: actions/[email protected].1
4747
with:
4848
dotnet-version: "6.0.100"
4949
- name: Run dotnet --info

0 commit comments

Comments
 (0)