There was an error while loading. Please reload this page.
2 parents f42291f + b064dde commit 0a3ed6fCopy full SHA for 0a3ed6f
3 files changed
.github/workflows/build.yml
@@ -32,7 +32,7 @@ jobs:
32
33
steps:
34
- name: checkout
35
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
36
37
- name: setup dotnet
38
uses: actions/setup-dotnet@v5
.github/workflows/labels.yml
@@ -15,7 +15,7 @@ jobs:
15
labels:
16
runs-on: ubuntu-latest
17
18
- - uses: actions/checkout@v6
+ - uses: actions/checkout@v7
19
- uses: gitlabels/gitlabels@v2
20
env:
21
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
29
30
31
0 commit comments