Skip to content

Commit 1b40c2a

Browse files
chore(deps): bump actions/checkout from 4 to 5 (#2183)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' 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 8780698 commit 1b40c2a

Some content is hidden

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

44 files changed

+45
-45
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@v4
10+
uses: actions/checkout@v5
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@v4
14+
uses: actions/checkout@v5
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@v4
36+
uses: actions/checkout@v5
3737
with:
3838
ref: ${{ github.event.pull_request.head.ref }}
3939
# This must be set to correctly checkout a fork

.github/workflows/CI_license_compliance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
steps:
3636
- name: Checkout the code
37-
uses: actions/checkout@v4
37+
uses: actions/checkout@v5
3838

3939
- name: Setup Python
4040
uses: actions/setup-python@v5

.github/workflows/CI_pypi_release.yml

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

2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323
with:
2424
token: ${{ secrets.HAYSTACK_BOT_TOKEN }}
2525
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@v4
46+
uses: actions/checkout@v5
4747

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

.github/workflows/amazon_bedrock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
working-directory: .
4545
run: git config --system core.longpaths true
4646

47-
- uses: actions/checkout@v4
47+
- uses: actions/checkout@v5
4848

4949
- name: Set up Python ${{ matrix.python-version }}
5050
uses: actions/setup-python@v5

.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@v4
42+
- uses: actions/checkout@v5
4343

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

.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@v4
43+
- uses: actions/checkout@v5
4444

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

.github/workflows/astra.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@v4
43+
- uses: actions/checkout@v5
4444

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

.github/workflows/azure_ai_search.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
python-version: ["3.9", "3.13"]
3838

3939
steps:
40-
- uses: actions/checkout@v4
40+
- uses: actions/checkout@v5
4141

4242
- name: Set up Python ${{ matrix.python-version }}
4343
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)