Skip to content

Commit 2d3bb79

Browse files
build(deps): bump actions/checkout from 5 to 6 (#7095)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8f40568 commit 2d3bb79

File tree

10 files changed

+13
-13
lines changed

10 files changed

+13
-13
lines changed

.github/workflows/1_create_release_pr.yml

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

3636
- name: Checkout repo
37-
uses: actions/checkout@v5
37+
uses: actions/checkout@v6
3838
with:
3939
ref: ${{ env.BASE_REF }}
4040
fetch-depth: 0 # need to fetch all commits to check contributors

.github/workflows/2_auto_publish_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
steps:
3434

3535
- name: Checkout repo
36-
uses: actions/checkout@v5
36+
uses: actions/checkout@v6
3737
with:
3838
ref: ${{ env.MERGE_SHA }}
3939

.github/workflows/bash.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
IMAGE: 'ghcr.io/cylc/cylc-bash-testing-2:master'
5656
steps:
5757
- name: Checkout
58-
uses: actions/checkout@v5
58+
uses: actions/checkout@v6
5959

6060
- name: Run Docker container
6161
run: |

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
python: ['3.12', '3']
3737
steps:
3838
- name: Checkout
39-
uses: actions/checkout@v5
39+
uses: actions/checkout@v6
4040

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

.github/workflows/shortlog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
timeout-minutes: 10
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020
with:
2121
fetch-depth: 0 # need to fetch all commits to check contributors
2222
ref: ${{ github.event.pull_request.head.sha }}

.github/workflows/test_conda-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
PIP_NO_DEPS: True
3838
steps:
3939
- name: checkout cylc-flow
40-
uses: actions/checkout@v5
40+
uses: actions/checkout@v6
4141

4242
- name: modify conda env file
4343
run: |

.github/workflows/test_fast.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
PYTEST_ADDOPTS: --cov --cov-append -n 5 --color=yes
4141
steps:
4242
- name: Checkout
43-
uses: actions/checkout@v5
43+
uses: actions/checkout@v6
4444

4545
- name: Install System Dependencies
4646
uses: mamba-org/setup-micromamba@v2
@@ -116,7 +116,7 @@ jobs:
116116
FORCE_COLOR: 2
117117
steps:
118118
- name: Checkout
119-
uses: actions/checkout@v5
119+
uses: actions/checkout@v6
120120

121121
- name: Install System Dependencies
122122
uses: mamba-org/setup-micromamba@v2
@@ -159,7 +159,7 @@ jobs:
159159
timeout-minutes: 2
160160
steps:
161161
- name: Checkout
162-
uses: actions/checkout@v5
162+
uses: actions/checkout@v6
163163

164164
- name: Download coverage artifacts
165165
uses: actions/download-artifact@v6

.github/workflows/test_functional.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106

107107
steps:
108108
- name: Checkout
109-
uses: actions/checkout@v5
109+
uses: actions/checkout@v6
110110

111111
- name: Configure Python
112112
uses: mamba-org/setup-micromamba@v2
@@ -337,7 +337,7 @@ jobs:
337337
timeout-minutes: 2
338338
steps:
339339
- name: Checkout
340-
uses: actions/checkout@v5
340+
uses: actions/checkout@v6
341341

342342
- name: Download coverage artifacts
343343
uses: actions/download-artifact@v6

.github/workflows/test_tutorial_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
python-version: ${{ matrix.python-version }}
4545

4646
- name: checkout
47-
uses: actions/checkout@v5
47+
uses: actions/checkout@v6
4848

4949
- name: Install docs/tutorial dependencies
5050
uses: cylc/cylc-doc/.github/actions/install-dependencies@master

.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
steps:
1313

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)