Skip to content

Commit 8d5cd6b

Browse files
committed
Update the actions in the publish workflow
1 parent bca10e4 commit 8d5cd6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
runs-on: macos-latest
1111

1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v4
1414

1515
- name: Setup .NET
16-
uses: actions/setup-dotnet@v1
16+
uses: actions/setup-dotnet@v4
1717
with:
1818
dotnet-version: |
1919
6.x.x

0 commit comments

Comments
 (0)