We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16fccfc commit 12a2d0cCopy full SHA for 12a2d0c
.github/workflows/pr_validation.yml
@@ -25,7 +25,7 @@ jobs:
25
26
steps:
27
- name: "Checkout"
28
- uses: actions/checkout@v4.1.1
+ uses: actions/checkout@v5
29
with:
30
lfs: true
31
fetch-depth: 0
.github/workflows/publish_nuget.yml
@@ -15,7 +15,7 @@ jobs:
15
os: [ubuntu-latest]
16
17
18
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
19
- name: Setup .NET Core
20
uses: actions/setup-dotnet@v4
21
0 commit comments