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.
2 parents de32dc8 + 5442e78 commit 2a0cd84Copy full SHA for 2a0cd84
.github/workflows/build.yml
@@ -28,7 +28,7 @@ jobs:
28
29
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
30
- name: Checkout Repository
31
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
32
33
- name: dotnet build
34
run: dotnet build /r
.github/workflows/publish.yml
@@ -11,7 +11,7 @@ jobs:
11
build-and-publish:
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
15
- name: Setup .NET
16
uses: actions/setup-dotnet@v3
17
with:
0 commit comments