Skip to content

Commit 13a6a96

Browse files
dependabot[bot]shcheklein
authored andcommitted
build(deps): bump actions/checkout from 5 to 6
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]>
1 parent d7fd73b commit 13a6a96

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v5
21+
- uses: actions/checkout@v6
2222
- name: Set up Python 3.13
2323
uses: actions/setup-python@v6
2424
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Check out the repository
20-
uses: actions/checkout@v5
20+
uses: actions/checkout@v6
2121
with:
2222
fetch-depth: 0
2323

.github/workflows/tests-studio.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
echo "Studio branch: $STUDIO_BRANCH"
6363
6464
- name: Check out Studio
65-
uses: actions/checkout@v5
65+
uses: actions/checkout@v6
6666
with:
6767
fetch-depth: 0
6868
repository: datachain-ai/studio
@@ -89,7 +89,7 @@ jobs:
8989
run: make update_datachain_deps "${{ env.BRANCH }}"
9090

9191
- name: Check out repository
92-
uses: actions/checkout@v5
92+
uses: actions/checkout@v6
9393
with:
9494
path: './backend/datachain'
9595
fetch-depth: 0

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Check out the repository
21-
uses: actions/checkout@v5
21+
uses: actions/checkout@v6
2222
with:
2323
fetch-depth: 0
2424
ref: ${{ github.event.pull_request.head.sha || github.ref }}
@@ -73,7 +73,7 @@ jobs:
7373

7474
steps:
7575
- name: Check out the repository
76-
uses: actions/checkout@v5
76+
uses: actions/checkout@v6
7777
with:
7878
fetch-depth: 0
7979
ref: ${{ github.event.pull_request.head.sha || github.ref }}
@@ -178,7 +178,7 @@ jobs:
178178
- {os: ubuntu-latest-4-cores, pyv: "3.13", group: multimodal}
179179

180180
steps:
181-
- uses: actions/checkout@v5
181+
- uses: actions/checkout@v6
182182
with:
183183
ref: ${{ github.event.pull_request.head.sha || github.ref }}
184184

.github/workflows/update-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Check out the repository
14-
uses: actions/checkout@v5
14+
uses: actions/checkout@v6
1515

1616
- name: Update template
1717
uses: iterative/py-template@main

0 commit comments

Comments
 (0)