We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 639394a + 9e6a967 commit 2bb10d7Copy full SHA for 2bb10d7
.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@v4
+ uses: actions/checkout@v5
18
19
- name: Setup .NET
20
uses: actions/setup-dotnet@v4
.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