Skip to content

Commit

Permalink
Upgrade actions/checkout to v4
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Lamparelli <a.lamparelli95@gmail.com>
  • Loading branch information
lampajr committed Apr 29, 2024
1 parent 8634c24 commit a647da7
Show file tree
Hide file tree
Showing 21 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bentoml_kind_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install KinD
run: ./tests/gh-actions/install_kind.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/centraldb_kind_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install KinD
run: ./tests/gh-actions/install_kind.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dex_kind_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install KinD
run: ./tests/gh-actions/install_kind.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jwa_kind_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install KinD
run: ./tests/gh-actions/install_kind.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/katib_kind_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install KinD
run: ./tests/gh-actions/install_kind.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kserve_kind_cni_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install KinD
run: ./tests/gh-actions/install_kind.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kserve_kind_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install KinD
run: ./tests/gh-actions/install_kind.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kserve_m2m_kind_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install KinD
run: ./tests/gh-actions/install_kind.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/metacontroller_kind_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install KinD
run: ./tests/gh-actions/install_kind.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nb_controller_kind_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install KinD
run: ./tests/gh-actions/install_kind.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nb_controller_m2m_kind_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install KinD
run: ./tests/gh-actions/install_kind.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pipeline_kind_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install KinD
run: ./tests/gh-actions/install_kind.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pipeline_m2m_kind_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install KinD
run: ./tests/gh-actions/install_kind.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/poddefaults_kind_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install KinD
run: ./tests/gh-actions/install_kind.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profiles_kind_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install KinD
run: ./tests/gh-actions/install_kind.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ray_kind_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install KinD
run: ./tests/gh-actions/install_kind.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/seldon_kind_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install KinD
run: ./tests/gh-actions/install_kind.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tb_controller_kind_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install KinD
run: ./tests/gh-actions/install_kind.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/train_operator_kind_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install KinD
run: ./tests/gh-actions/install_kind.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/twa_kind_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install KinD
run: ./tests/gh-actions/install_kind.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vwa_kind_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install KinD
run: ./tests/gh-actions/install_kind.sh
Expand Down

0 comments on commit a647da7

Please sign in to comment.