Skip to content

Commit 9f901e5

Browse files
build(deps): bump actions/checkout from 5 to 6 (#10916)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ab5ac17 commit 9f901e5

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/benchmarks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
python-version: "3.14"
2020

21-
- uses: actions/checkout@v5
21+
- uses: actions/checkout@v6
2222
with:
2323
ref: ${{ github.event.pull_request.base.sha }}
2424
fetch-depth: 0
@@ -32,7 +32,7 @@ jobs:
3232
- name: run benchmarks on base branch
3333
run: pytest --benchmark-autosave dvc/testing/benchmarks/ -k 'test_init or test_help'
3434

35-
- uses: actions/checkout@v5
35+
- uses: actions/checkout@v6
3636
with:
3737
fetch-depth: 0
3838
clean: false

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: Build & Verify package
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v5
22+
- uses: actions/checkout@v6
2323
with:
2424
fetch-depth: 0
2525

.github/workflows/codeql.yml

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

2929
steps:
3030
- name: Checkout repository
31-
uses: actions/checkout@v5
31+
uses: actions/checkout@v6
3232

3333
- name: Initialize CodeQL
3434
uses: github/codeql-action/init@v4

.github/workflows/plugin_tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
plugin: ["dvc-s3"]
2424

2525
steps:
26-
- uses: actions/checkout@v5
26+
- uses: actions/checkout@v6
2727
with:
2828
path: dvc
2929

30-
- uses: actions/checkout@v5
30+
- uses: actions/checkout@v6
3131
with:
3232
repository: iterative/${{ matrix.plugin }}
3333
ref: main

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
matrix:
2727
os: [ubuntu-latest, macos-latest, windows-latest]
2828
steps:
29-
- uses: actions/checkout@v5
29+
- uses: actions/checkout@v6
3030
with:
3131
fetch-depth: 0
3232
- name: Set up Python
@@ -130,7 +130,7 @@ jobs:
130130
pyv: "3.14"
131131
pytestargs: "--splitting-algorithm=least_duration --splits 4 --group 4"
132132
steps:
133-
- uses: actions/checkout@v5
133+
- uses: actions/checkout@v6
134134
with:
135135
fetch-depth: 0
136136
- name: Set up Python

0 commit comments

Comments
 (0)