We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 111ec15 + e9ff4b5 commit 43abca3Copy full SHA for 43abca3
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
14
steps:
15
- name: Checkout
16
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
17
18
- name: Setup .NET
19
uses: actions/setup-dotnet@v5
.github/workflows/deploy-dashboard.yml
@@ -41,7 +41,7 @@ jobs:
41
42
43
- name: Checkout repository
44
45
with:
46
fetch-depth: 0
47
.github/workflows/publish.yml
@@ -15,7 +15,7 @@ jobs:
20
21
0 commit comments