Skip to content

Commit 8f8ea29

Browse files
committed
Update github actions
1 parent c8d71b8 commit 8f8ea29

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v2
12+
uses: actions/checkout@v4
1313
with:
1414
persist-credentials: false
1515
fetch-depth: 0

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ on:
66
- main
77
jobs:
88
publish:
9-
runs-on: ubuntu-20.04
9+
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
12-
- uses: NuGet/setup-nuget@v1
13-
- uses: actions/setup-dotnet@v3
11+
- uses: actions/checkout@v4
12+
- uses: NuGet/setup-nuget@v2
13+
- uses: actions/setup-dotnet@v4
1414
with:
1515
dotnet-version: '9.0.x'
1616

0 commit comments

Comments
 (0)