Skip to content

Commit 7e73b0b

Browse files
Bump actions/checkout from 5 to 6 (#274)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' 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 937a911 commit 7e73b0b

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/auto_publish_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323

2424
- name: Checkout repo
25-
uses: actions/checkout@v5
25+
uses: actions/checkout@v6
2626
with:
2727
ref: ${{ env.MERGE_SHA }}
2828

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
name: ${{ matrix.os }} py-${{ matrix.python }}
3636
steps:
3737
- name: Checkout
38-
uses: actions/checkout@v5
38+
uses: actions/checkout@v6
3939

4040
- name: Setup Python
4141
uses: mamba-org/setup-micromamba@v2

.github/workflows/create_release_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: cylc/release-actions/stage-1/sanitize-inputs@v1
2222

2323
- name: Checkout repo
24-
uses: actions/checkout@v5
24+
uses: actions/checkout@v6
2525
with:
2626
ref: ${{ env.BASE_REF }}
2727

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
PYTEST_ADDOPTS: -n 5 -m 'slow or not slow' --color=yes
4444
steps:
4545
- name: Checkout repo
46-
uses: actions/checkout@v5
46+
uses: actions/checkout@v6
4747

4848
- name: Setup Python
4949
uses: actions/setup-python@v6
@@ -87,7 +87,7 @@ jobs:
8787
timeout-minutes: 2
8888
steps:
8989
- name: Checkout
90-
uses: actions/checkout@v5
90+
uses: actions/checkout@v6
9191

9292
- name: Download coverage artifacts
9393
uses: actions/download-artifact@v6

.github/workflows/update_copyright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
timeout-minutes: 10
1313
steps:
1414
- name: Checkout repo
15-
uses: actions/checkout@v5
15+
uses: actions/checkout@v6
1616

1717
- name: Configure git
1818
uses: cylc/release-actions/configure-git@v1

0 commit comments

Comments
 (0)