Skip to content

Commit f25aa21

Browse files
chore: Bump actions/checkout from 6 to 7 (#345)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 459f844 commit f25aa21

3 files changed

Lines changed: 13 additions & 13 deletions

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
os: [ ubuntu-latest, windows-latest, macos-latest ]
1414
runs-on: ${{ matrix.os }}
1515
steps:
16-
- uses: actions/checkout@v6
16+
- uses: actions/checkout@v7
1717
with:
1818
fetch-depth: 0
1919
- name: Setup .NET SDKs
@@ -44,7 +44,7 @@ jobs:
4444
env:
4545
DOTNET_NOLOGO: true
4646
steps:
47-
- uses: actions/checkout@v6
47+
- uses: actions/checkout@v7
4848
with:
4949
fetch-depth: 0
5050
- name: Setup .NET SDKs
@@ -72,7 +72,7 @@ jobs:
7272
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
7373
DOTNET_NOLOGO: true
7474
steps:
75-
- uses: actions/checkout@v6
75+
- uses: actions/checkout@v7
7676
with:
7777
fetch-depth: 0
7878
- name: Setup .NET SDKs
@@ -93,7 +93,7 @@ jobs:
9393
env:
9494
DOTNET_NOLOGO: true
9595
steps:
96-
- uses: actions/checkout@v6
96+
- uses: actions/checkout@v7
9797
with:
9898
fetch-depth: 0
9999
- name: Setup .NET SDKs
@@ -114,7 +114,7 @@ jobs:
114114
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
115115
DOTNET_NOLOGO: true
116116
steps:
117-
- uses: actions/checkout@v6
117+
- uses: actions/checkout@v7
118118
with:
119119
fetch-depth: 0
120120
- name: Setup .NET SDKs
@@ -153,7 +153,7 @@ jobs:
153153
env:
154154
DOTNET_NOLOGO: true
155155
steps:
156-
- uses: actions/checkout@v6
156+
- uses: actions/checkout@v7
157157
with:
158158
fetch-depth: 0
159159
- name: Setup .NET SDKs

.github/workflows/ci-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
env:
1717
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
1818
steps:
19-
- uses: actions/checkout@v6
19+
- uses: actions/checkout@v7
2020
with:
2121
fetch-depth: 0
2222
- name: Setup .NET SDKs
@@ -39,7 +39,7 @@ jobs:
3939
contents: write
4040
pull-requests: write
4141
steps:
42-
- uses: actions/checkout@v6
42+
- uses: actions/checkout@v7
4343
with:
4444
fetch-depth: 0
4545
- name: Setup .NET SDKs

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
os: [ ubuntu-latest, windows-latest, macos-latest ]
1414
runs-on: ${{ matrix.os }}
1515
steps:
16-
- uses: actions/checkout@v6
16+
- uses: actions/checkout@v7
1717
with:
1818
fetch-depth: 0
1919
- name: Setup .NET SDKs
@@ -44,7 +44,7 @@ jobs:
4444
env:
4545
DOTNET_NOLOGO: true
4646
steps:
47-
- uses: actions/checkout@v6
47+
- uses: actions/checkout@v7
4848
with:
4949
fetch-depth: 0
5050
- name: Setup .NET SDKs
@@ -71,7 +71,7 @@ jobs:
7171
env:
7272
DOTNET_NOLOGO: true
7373
steps:
74-
- uses: actions/checkout@v6
74+
- uses: actions/checkout@v7
7575
with:
7676
fetch-depth: 0
7777
- name: Setup .NET SDKs
@@ -97,7 +97,7 @@ jobs:
9797
env:
9898
DOTNET_NOLOGO: true
9999
steps:
100-
- uses: actions/checkout@v6
100+
- uses: actions/checkout@v7
101101
with:
102102
fetch-depth: 0
103103
- name: Setup .NET SDKs
@@ -126,7 +126,7 @@ jobs:
126126
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
127127
DOTNET_NOLOGO: true
128128
steps:
129-
- uses: actions/checkout@v6
129+
- uses: actions/checkout@v7
130130
with:
131131
fetch-depth: 0
132132
- name: Setup .NET SDKs

0 commit comments

Comments
 (0)