Skip to content

Commit 0a3ed6f

Browse files
authored
Bump actions/checkout from 6 to 7 (#27)
2 parents f42291f + b064dde commit 0a3ed6f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
steps:
3434
- name: checkout
35-
uses: actions/checkout@v6
35+
uses: actions/checkout@v7
3636

3737
- name: setup dotnet
3838
uses: actions/setup-dotnet@v5

.github/workflows/labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
labels:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v6
18+
- uses: actions/checkout@v7
1919
- uses: gitlabels/gitlabels@v2
2020
env:
2121
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
steps:
3030
- name: checkout
31-
uses: actions/checkout@v6
31+
uses: actions/checkout@v7
3232

3333
- name: setup dotnet
3434
uses: actions/setup-dotnet@v5

0 commit comments

Comments
 (0)