Skip to content

Commit 7477a79

Browse files
committed
Upgrade actions
1 parent 3fc9bf6 commit 7477a79

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
runs-on: ${{ matrix.os }}
1919

2020
steps:
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v3
2222
- name: Setup .NET Core
23-
uses: actions/setup-dotnet@v1
23+
uses: actions/setup-dotnet@v2
2424
with:
2525
dotnet-version: 6.0.302
2626
- name: Restore tools

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
runs-on: ${{ matrix.os }}
1515

1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v3
1818
- name: Setup .NET Core
19-
uses: actions/setup-dotnet@v1
19+
uses: actions/setup-dotnet@v2
2020
with:
2121
dotnet-version: 6.0.302
2222
- name: Restore tools

0 commit comments

Comments
 (0)