Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
steps:

- name: Check out code into the Go module directory
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
# to add commit DCO checks later
fetch-depth: 21
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_docker_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
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]
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
ref: main
- name: docker build images
Expand All @@ -35,7 +35,7 @@ jobs:
matrix:
image: [github_runner, github_runner_cri, cri_dev_env]
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Handle LFS Caching
uses: ./.github/actions/lfs-cache
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:

- name: Check out the code
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Set up Go version in go.mod file
uses: actions/setup-go@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cri_minio_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: mkdir -p $TMPDIR

- name: Check out code into the Go module directory
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Set up Go version in go.mod file
uses: actions/setup-go@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cri_stock_containerd_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: mkdir -p $TMPDIR

- name: Check out code into the Go module directory
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Set up Go version in go.mod file
uses: actions/setup-go@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cri_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
echo $GITHUB_RUN_ID

- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Set up Go version in go.mod file
uses: actions/setup-go@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
matrix:
test-name: [test, test-man-bench]
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Handle LFS Caching
uses: ./.github/actions/lfs-cache
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Spellcheck
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- uses: rojopolis/[email protected]
name: Spellcheck
with:
Expand All @@ -19,7 +19,7 @@ jobs:
name: Commitlint
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: actions/setup-node@v6
Expand All @@ -39,7 +39,7 @@ jobs:
name: LinkCheck
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- uses: tcort/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nightly_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup TMPDIR
run: mkdir -p $TMPDIR

- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Handle LFS Caching
uses: ./.github/actions/lfs-cache
with:
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
run: mkdir -p $TMPDIR

- name: Check out code into the Go module directory
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Set up Go version in go.mod file
uses: actions/setup-go@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openyurt-unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

steps:
- name: Check out the code
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Set up Go version in go.mod file
uses: actions/setup-go@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stargz_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
]

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Handle LFS Caching
uses: ./.github/actions/lfs-cache
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
module: [misc, networking, snapshotting]
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Set up Go version in go.mod file
uses: actions/setup-go@v6
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
module: [profile]
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Set up Go version in go.mod file
uses: actions/setup-go@v6
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
matrix:
module: [ ctriface, ctriface/image, devmapper ]
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Handle LFS Caching (Check out code into the Go module directory)
uses: ./.github/actions/lfs-cache
with:
Expand Down
Loading