Skip to content

Commit b83d350

Browse files
authored
Merge pull request #20 from jayjay2912/dependabot/github_actions/actions-64c2a10dc4
Bump the actions group with 2 updates
2 parents 7496356 + 0af66b2 commit b83d350

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
- uses: actions/checkout@v6
1515
# Install the required Node & .Net versions
1616
- name: Setup Node.js
17-
uses: actions/setup-node@v3
17+
uses: actions/setup-node@v6
1818
with:
1919
node-version: '22'
2020
- name: Setup .NET
21-
uses: actions/setup-dotnet@v3
21+
uses: actions/setup-dotnet@v5
2222
with:
2323
dotnet-version: '8.0.x'
2424
# Build the application to ensure it builds successfully

0 commit comments

Comments
 (0)