We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0761f5d + f3a1494 commit e24654aCopy full SHA for e24654a
.github/workflows/publish.yml
@@ -9,7 +9,7 @@ jobs:
9
build:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
13
- name: Setup .NET
14
uses: actions/setup-dotnet@v4.3.1
15
with:
.github/workflows/pull-request.yml
@@ -8,15 +8,15 @@ jobs:
8
dotnet-version: '8.0.x'
16
- name: Setup Node.js environment
17
- uses: actions/setup-node@v2.4.0
+ uses: actions/setup-node@v4
18
19
- node-version: 14.17.*
+ node-version: '20'
20
- name: Install tools
21
run: dotnet tool restore
22
- name: Build and Test
0 commit comments