Skip to content

Commit b3b7f02

Browse files
committed
Add checkout prior to using action
1 parent 6016a9c commit b3b7f02

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

.github/workflows/ci-astra-col-db-dbadmin.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
BUILD:
4141
runs-on: ubuntu-latest
4242
steps:
43+
- name: Checkout repository
44+
uses: actions/checkout@v4
4345
- name: Checkout & Build
4446
uses: ./.github/actions/checkout-and-build
4547

.github/workflows/ci-astra-dev-new.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
setup:
3131
runs-on: ubuntu-latest
3232
steps:
33+
- name: Checkout repository
34+
uses: actions/checkout@v4
3335
- name: Checkout & Build
3436
uses: ./.github/actions/checkout-and-build
3537

.github/workflows/ci-astra-devops.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
BUILD:
3030
runs-on: ubuntu-latest
3131
steps:
32+
- name: Checkout repository
33+
uses: actions/checkout@v4
3234
- name: Checkout & Build
3335
uses: ./.github/actions/checkout-and-build
3436
run_dev_tests:

.github/workflows/ci-astra-vectorize-bedrock-hf.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
BUILD:
3737
runs-on: ubuntu-latest
3838
steps:
39+
- name: Checkout repository
40+
uses: actions/checkout@v4
3941
- name: Checkout & Build
4042
uses: ./.github/actions/checkout-and-build
4143

0 commit comments

Comments
 (0)