We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab6917b + f86e9f1 commit 724e4caCopy full SHA for 724e4ca
2 files changed
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
if: github.event_name == 'pull_request'
17
18
steps:
19
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
20
with:
21
fetch-depth: 0
22
@@ -29,7 +29,7 @@ jobs:
29
runs-on: ubuntu-latest
30
31
32
33
34
- name: Setup .NET
35
uses: actions/setup-dotnet@v4
.github/workflows/release.yml
@@ -33,7 +33,7 @@ jobs:
if: needs.release-please.outputs.release_created == 'true'
36
37
38
39
0 commit comments