Skip to content

Commit 4f1e07e

Browse files
committed
Don't use patch version for actions
1 parent d00211f commit 4f1e07e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
runs-on: ubuntu-latest
1717

1818
steps:
19-
- uses: actions/checkout@v3.1.0
19+
- uses: actions/checkout@v3
2020
- name: Setup .NET
21-
uses: actions/setup-dotnet@v3.0.3
21+
uses: actions/setup-dotnet@v3
2222
with:
2323
dotnet-version: |
2424
6.0.x

0 commit comments

Comments
 (0)