Skip to content

Commit bd777a2

Browse files
committed
Updated publish workflow action tags.
1 parent 89a504f commit bd777a2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/publish.workflow.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@ jobs:
1111

1212
steps:
1313
- name: Check out repository
14-
uses: actions/checkout@v4
14+
uses: actions/[email protected]
15+
with:
16+
fetch-depth: 0
1517

1618
- name: Setup .NET Core
17-
uses: actions/setup-dotnet@v4
19+
uses: actions/setup-dotnet@v4.3.1
1820
with:
1921
dotnet-version: 8.0
2022

0 commit comments

Comments
 (0)