We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 87d7bda + d758404 commit dbf4018Copy full SHA for dbf4018
.github/workflows/dotnet-build-and-test.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- name: Checkout
17
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
18
19
- name: Setup .NET
20
uses: actions/setup-dotnet@v5
.github/workflows/push.yml
@@ -44,7 +44,7 @@ jobs:
44
projects: ${{ steps.generate-matrix.outputs.projects }}
45
46
- name: Checkout code
47
48
- name: Generate projects matrix
49
id: generate-matrix
50
run: |
@@ -99,7 +99,7 @@ jobs:
99
project_name: ${{ fromJSON(needs.define-projects-matrix.outputs.projects) }}
100
101
102
103
104
105
0 commit comments