Skip to content

Commit aa9cc3e

Browse files
chore(deps): bump actions/checkout from 5 to 6 (#2550)
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 61ea8cf commit aa9cc3e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+49
-49
lines changed

.github/workflows/CI_check_integration_format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout
10-
uses: actions/checkout@v5
10+
uses: actions/checkout@v6
1111

1212
- name: Ensure no hyphens
1313
run: |

.github/workflows/CI_docstring_labeler.yml

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

1212
steps:
1313
- name: Checkout base commit
14-
uses: actions/checkout@v5
14+
uses: actions/checkout@v6
1515
with:
1616
ref: ${{ github.base_ref }}
1717

@@ -33,7 +33,7 @@ jobs:
3333
echo "checksum=$CHECKSUM" >> "$GITHUB_OUTPUT"
3434
3535
- name: Checkout HEAD commit
36-
uses: actions/checkout@v5
36+
uses: actions/checkout@v6
3737
with:
3838
ref: ${{ github.event.pull_request.head.ref }}
3939
# This must be set to correctly checkout a fork

.github/workflows/CI_docusaurus_sync.yml

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

2525
steps:
2626
- name: Checkout this repo
27-
uses: actions/checkout@v5
27+
uses: actions/checkout@v6
2828

2929
- name: Set up Python
3030
uses: actions/setup-python@v6
@@ -68,7 +68,7 @@ jobs:
6868

6969
steps:
7070
- name: Checkout Haystack repo
71-
uses: actions/checkout@v5
71+
uses: actions/checkout@v6
7272
with:
7373
repository: deepset-ai/haystack
7474
ref: main

.github/workflows/CI_license_compliance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ubuntu-latest
3434
steps:
3535
- name: Checkout the code
36-
uses: actions/checkout@v5
36+
uses: actions/checkout@v6
3737

3838
- name: Setup Python
3939
uses: actions/setup-python@v6

.github/workflows/CI_pypi_release.yml

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

2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v5
27+
uses: actions/checkout@v6
2828
with:
2929
token: ${{ secrets.HAYSTACK_BOT_TOKEN }}
3030
fetch-depth: 0

.github/workflows/CI_readme_sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
hs-docs-version: ${{ fromJSON(needs.get-versions.outputs.versions) }}
4444
steps:
4545
- name: Checkout this repo
46-
uses: actions/checkout@v5
46+
uses: actions/checkout@v6
4747

4848
- name: Set up Python
4949
uses: actions/setup-python@v6

.github/workflows/aimlapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
working-directory: .
4141
run: git config --system core.longpaths true
4242

43-
- uses: actions/checkout@v5
43+
- uses: actions/checkout@v6
4444

4545
- name: Set up Python ${{ matrix.python-version }}
4646
uses: actions/setup-python@v6

.github/workflows/amazon_bedrock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
working-directory: .
5050
run: git config --system core.longpaths true
5151

52-
- uses: actions/checkout@v5
52+
- uses: actions/checkout@v6
5353

5454
- name: Set up Python ${{ matrix.python-version }}
5555
uses: actions/setup-python@v6

.github/workflows/amazon_sagemaker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
working-directory: .
4040
run: git config --system core.longpaths true
4141

42-
- uses: actions/checkout@v5
42+
- uses: actions/checkout@v6
4343

4444
- name: Set up Python ${{ matrix.python-version }}
4545
uses: actions/setup-python@v6

.github/workflows/anthropic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
working-directory: .
4141
run: git config --system core.longpaths true
4242

43-
- uses: actions/checkout@v5
43+
- uses: actions/checkout@v6
4444

4545
- name: Set up Python ${{ matrix.python-version }}
4646
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)