build(deps):(deps): bump actions/checkout from 4 to 5 (#9646)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Gabriel Luiz Freitas Almeida <gabriel@langflow.org>
This commit is contained in:
dependabot[bot]
2025-09-18 16:02:36 -03:00
committed by GitHub
parent be18541415
commit 7792b7aeaf
27 changed files with 49 additions and 49 deletions

View File

@ -63,7 +63,7 @@ jobs:
splitCount: [5]
group: [1, 2, 3, 4, 5]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
ref: ${{ inputs.ref || github.ref }}
@ -127,7 +127,7 @@ jobs:
matrix:
python-version: ${{ fromJson(inputs.python-versions || '["3.10", "3.11", "3.12", "3.13"]' ) }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
ref: ${{ inputs.ref || github.ref }}
- name: "Setup Environment"
@ -152,7 +152,7 @@ jobs:
matrix:
python-version: ${{ fromJson(inputs.python-versions || '["3.10", "3.11", "3.12", "3.13"]' ) }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
ref: ${{ inputs.ref || github.ref }}
- name: "Setup Environment"
@ -175,7 +175,7 @@ jobs:
python-version: ${{ fromJson(inputs.python-versions || '["3.10", "3.11", "3.12", "3.13"]') }}
steps:
- name: Check out the code at a specific ref
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
ref: ${{ inputs.ref || github.ref }}
- name: "Setup Environment"