We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7496356 + 0af66b2 commit b83d350Copy full SHA for b83d350
.github/workflows/pr.yml
@@ -14,11 +14,11 @@ jobs:
14
- uses: actions/checkout@v6
15
# Install the required Node & .Net versions
16
- name: Setup Node.js
17
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v6
18
with:
19
node-version: '22'
20
- name: Setup .NET
21
- uses: actions/setup-dotnet@v3
+ uses: actions/setup-dotnet@v5
22
23
dotnet-version: '8.0.x'
24
# Build the application to ensure it builds successfully
0 commit comments