Skip to content

Commit 40234cd

Browse files
build(deps): bump actions/checkout from 6 to 7
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>
1 parent 6f71b8b commit 40234cd

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
url: ${{ steps.deployment.outputs.page_url }}
2727

2828
steps:
29-
- uses: actions/checkout@v6
29+
- uses: actions/checkout@v7
3030

3131
- name: Setup Git User for Applying Patches
3232
# See this thread for more details https://github.qkg1.topmunity/t/github-actions-bot-email-address/17204/5

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
build_type: Debug
3434

3535
steps:
36-
- uses: actions/checkout@v6
36+
- uses: actions/checkout@v7
3737

3838
- name: Setup Git User for Applying Patches
3939
# See this thread for more details https://github.qkg1.topmunity/t/github-actions-bot-email-address/17204/5
@@ -295,7 +295,7 @@ jobs:
295295
release: [stable, HEAD]
296296

297297
steps:
298-
- uses: actions/checkout@v6
298+
- uses: actions/checkout@v7
299299

300300
- name: Setup Git User for Applying Patches
301301
run: |
@@ -388,7 +388,7 @@ jobs:
388388
release: [stable, HEAD]
389389

390390
steps:
391-
- uses: actions/checkout@v6
391+
- uses: actions/checkout@v7
392392

393393
- name: Setup Git User for Applying Patches
394394
run: |

.github/workflows/update_head.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v6
15+
- uses: actions/checkout@v7
1616

1717
- uses: actions/setup-python@v6
1818
with:

0 commit comments

Comments
 (0)