Skip to content

Commit 900f470

Browse files
authored
Merge pull request #2270 from Trusted-AI/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents e4a89b0 + be2d730 commit 900f470

19 files changed

+19
-19
lines changed

.github/workflows/ci-deepspeech-v3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
container: adversarialrobustnesstoolbox/art_testing_envs:deepspeech_v3_torch_2_1_1
2929
steps:
3030
- name: Checkout Repo
31-
uses: actions/checkout@v3
31+
uses: actions/checkout@v4
3232
- name: Run Test Action
3333
uses: ./.github/actions/deepspeech-v3
3434
- name: Upload coverage to Codecov

.github/workflows/ci-espresso.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
container: adversarialrobustnesstoolbox/art_testing_envs:espresso
2929
steps:
3030
- name: Checkout Repo
31-
uses: actions/checkout@v3
31+
uses: actions/checkout@v4
3232
- name: Run Test Action
3333
uses: ./.github/actions/espresso
3434
- name: Upload coverage to Codecov

.github/workflows/ci-goturn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
container: adversarialrobustnesstoolbox/art_testing_envs:goturn
2929
steps:
3030
- name: Checkout Repo
31-
uses: actions/checkout@v3
31+
uses: actions/checkout@v4
3232
- name: Run Test Action
3333
uses: ./.github/actions/goturn
3434
- name: Upload coverage to Codecov

.github/workflows/ci-huggingface.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
name: ${{ matrix.name }}
4040
steps:
4141
- name: Checkout Repo
42-
uses: actions/checkout@v3
42+
uses: actions/checkout@v4
4343
- name: Setup Python
4444
uses: actions/setup-python@v5
4545
with:

.github/workflows/ci-keras.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
name: ${{ matrix.name }}
5151
steps:
5252
- name: Checkout Repo
53-
uses: actions/checkout@v3
53+
uses: actions/checkout@v4
5454
- name: Setup Python
5555
uses: actions/setup-python@v5
5656
with:

.github/workflows/ci-legacy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
name: Run ${{ matrix.module }} ${{ matrix.name }} Tests
4343
steps:
4444
- name: Checkout Repo
45-
uses: actions/checkout@v3
45+
uses: actions/checkout@v4
4646
- name: Setup Python
4747
uses: actions/setup-python@v5
4848
with:

.github/workflows/ci-lingvo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
name: Run ${{ matrix.name }} Tests
4040
steps:
4141
- name: Checkout Repo
42-
uses: actions/checkout@v3
42+
uses: actions/checkout@v4
4343
- name: Setup Python
4444
uses: actions/setup-python@v5
4545
with:

.github/workflows/ci-mxnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
name: Run ${{ matrix.name }} Tests
3636
steps:
3737
- name: Checkout Repo
38-
uses: actions/checkout@v3
38+
uses: actions/checkout@v4
3939
- name: Setup Python
4040
uses: actions/setup-python@v5
4141
with:

.github/workflows/ci-pytorch-object-detectors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
fail-fast: false
3030
steps:
3131
- name: Checkout Repo
32-
uses: actions/checkout@v3
32+
uses: actions/checkout@v4
3333
- name: Setup Python
3434
uses: actions/setup-python@v5
3535
with:

.github/workflows/ci-pytorch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
name: ${{ matrix.name }}
4545
steps:
4646
- name: Checkout Repo
47-
uses: actions/checkout@v3
47+
uses: actions/checkout@v4
4848
- name: Setup Python
4949
uses: actions/setup-python@v5
5050
with:

0 commit comments

Comments
 (0)