Skip to content

Commit efa4577

Browse files
Bump actions/checkout from 6 to 7 (#74)
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 8ba4ecb commit efa4577

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/Build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
steps:
4343
- name: Checkout sources
44-
uses: actions/checkout@v6
44+
uses: actions/checkout@v7
4545
with:
4646
fetch-depth: 0
4747
submodules: true
@@ -111,7 +111,7 @@ jobs:
111111

112112
steps:
113113
- name: Checkout sources
114-
uses: actions/checkout@v6
114+
uses: actions/checkout@v7
115115
with:
116116
fetch-depth: 0
117117
submodules: true
@@ -181,7 +181,7 @@ jobs:
181181

182182
steps:
183183
- name: Checkout sources
184-
uses: actions/checkout@v6
184+
uses: actions/checkout@v7
185185
with:
186186
fetch-depth: 0
187187
submodules: true
@@ -254,7 +254,7 @@ jobs:
254254
255255
steps:
256256
- name: Checkout sources
257-
uses: actions/checkout@v6
257+
uses: actions/checkout@v7
258258
with:
259259
fetch-depth: 0
260260

.github/workflows/Publish.yml

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

4242
steps:
4343
- name: Checkout sources
44-
uses: actions/checkout@v6
44+
uses: actions/checkout@v7
4545
with:
4646
fetch-depth: 0
4747
submodules: true

.github/workflows/PublishDocumentation.yml

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

3232
steps:
3333
- name: Checkout sources
34-
uses: actions/checkout@v6
34+
uses: actions/checkout@v7
3535
with:
3636
fetch-depth: 0
3737
submodules: true

0 commit comments

Comments
 (0)