Skip to content

Commit e7c49ab

Browse files
dependabot[bot]leokondrashov
authored andcommitted
Bump actions/checkout from 4 to 5
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]>
1 parent b304669 commit e7c49ab

13 files changed

+19
-19
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232

3333
- name: Check out code into the Go module directory
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@v5
3535
with:
3636
# to add commit DCO checks later
3737
fetch-depth: 21

.github/workflows/build_docker_images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
matrix:
1616
image: [grpc, helloworld, chameleon, pyaes, image_rotate_s3, lr_serving, json_serdes_s3, cnn_serving, rnn_serving, lr_training_s3, video_processing_s3, springboot, tests/save_load_minio]
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919
with:
2020
ref: main
2121
- name: docker build images
@@ -35,7 +35,7 @@ jobs:
3535
matrix:
3636
image: [github_runner, github_runner_cri, cri_dev_env]
3737
steps:
38-
- uses: actions/checkout@v4
38+
- uses: actions/checkout@v5
3939
- name: Handle LFS Caching
4040
uses: ./.github/actions/lfs-cache
4141
with:

.github/workflows/build_setup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525

2626
- name: Check out the code
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@v5
2828

2929
- name: Set up Go version in go.mod file
3030
uses: actions/setup-go@v5

.github/workflows/codeql-analysis.yml

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

3737
steps:
3838
- name: Checkout repository
39-
uses: actions/checkout@v4
39+
uses: actions/checkout@v5
4040

4141
# Initializes the CodeQL tools for scanning.
4242
- name: Initialize CodeQL

.github/workflows/cri_minio_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: mkdir -p $TMPDIR
3636

3737
- name: Check out code into the Go module directory
38-
uses: actions/checkout@v4
38+
uses: actions/checkout@v5
3939

4040
- name: Set up Go version in go.mod file
4141
uses: actions/setup-go@v5

.github/workflows/cri_stock_containerd_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: mkdir -p $TMPDIR
2222

2323
- name: Check out code into the Go module directory
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
2525

2626
- name: Set up Go version in go.mod file
2727
uses: actions/setup-go@v5

.github/workflows/cri_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
echo $GITHUB_RUN_ID
2626
2727
- name: Checkout code
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v5
2929

3030
- name: Set up Go version in go.mod file
3131
uses: actions/setup-go@v5

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
matrix:
3131
test-name: [test, test-man-bench]
3232
steps:
33-
- uses: actions/checkout@v4
33+
- uses: actions/checkout@v5
3434
- name: Handle LFS Caching
3535
uses: ./.github/actions/lfs-cache
3636
with:

.github/workflows/linters.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Spellcheck
1111
runs-on: ubuntu-24.04
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v5
1414
- uses: rojopolis/[email protected]
1515
name: Spellcheck
1616
with:
@@ -19,7 +19,7 @@ jobs:
1919
name: Commitlint
2020
runs-on: ubuntu-24.04
2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v5
2323
with:
2424
fetch-depth: 0
2525
- uses: actions/setup-node@v4
@@ -39,7 +39,7 @@ jobs:
3939
name: LinkCheck
4040
runs-on: ubuntu-24.04
4141
steps:
42-
- uses: actions/checkout@v4
42+
- uses: actions/checkout@v5
4343
- uses: tcort/github-action-markdown-link-check@v1
4444
with:
4545
use-quiet-mode: 'yes'

.github/workflows/nightly_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup TMPDIR
2121
run: mkdir -p $TMPDIR
2222

23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v5
2424
- name: Handle LFS Caching
2525
uses: ./.github/actions/lfs-cache
2626
with:
@@ -76,7 +76,7 @@ jobs:
7676
run: mkdir -p $TMPDIR
7777

7878
- name: Check out code into the Go module directory
79-
uses: actions/checkout@v4
79+
uses: actions/checkout@v5
8080

8181
- name: Set up Go version in go.mod file
8282
uses: actions/setup-go@v5

0 commit comments

Comments
 (0)