Skip to content

Commit 748c456

Browse files
build(deps): bump actions/checkout from 4 to 5 (#10837)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 225bfa6 commit 748c456

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.13"
2020

21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
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@v4
35+
- uses: actions/checkout@v5
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@v4
22+
- uses: actions/checkout@v5
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@v4
31+
uses: actions/checkout@v5
3232

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

.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@v4
26+
- uses: actions/checkout@v5
2727
with:
2828
path: dvc
2929

30-
- uses: actions/checkout@v4
30+
- uses: actions/checkout@v5
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@v4
29+
- uses: actions/checkout@v5
3030
with:
3131
fetch-depth: 0
3232
- name: Set up Python
@@ -118,7 +118,7 @@ jobs:
118118
pyv: "3.13"
119119
pytestargs: "--splitting-algorithm=least_duration --splits 4 --group 4"
120120
steps:
121-
- uses: actions/checkout@v4
121+
- uses: actions/checkout@v5
122122
with:
123123
fetch-depth: 0
124124
- name: Set up Python

0 commit comments

Comments
 (0)