diff --git a/.github/workflows/alpine-mainline.yml b/.github/workflows/alpine-mainline.yml index d571cc2..a651c89 100644 --- a/.github/workflows/alpine-mainline.yml +++ b/.github/workflows/alpine-mainline.yml @@ -363,6 +363,9 @@ jobs: fail-fast: false needs: [slim, core, perl] steps: + - name: Check out the codebase + uses: actions/checkout@v4 + - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v4 with: diff --git a/.github/workflows/alpine-stable.yml b/.github/workflows/alpine-stable.yml index 1329dc9..d462691 100644 --- a/.github/workflows/alpine-stable.yml +++ b/.github/workflows/alpine-stable.yml @@ -339,6 +339,9 @@ jobs: fail-fast: false needs: [slim, core, perl] steps: + - name: Check out the codebase + uses: actions/checkout@v4 + - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v4 with: diff --git a/.github/workflows/debian-mainline.yml b/.github/workflows/debian-mainline.yml index 256c298..4bd7591 100644 --- a/.github/workflows/debian-mainline.yml +++ b/.github/workflows/debian-mainline.yml @@ -254,6 +254,9 @@ jobs: fail-fast: false needs: [core, perl] steps: + - name: Check out the codebase + uses: actions/checkout@v4 + - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v4 with: diff --git a/.github/workflows/debian-stable.yml b/.github/workflows/debian-stable.yml index 7f369ed..a640ce8 100644 --- a/.github/workflows/debian-stable.yml +++ b/.github/workflows/debian-stable.yml @@ -238,6 +238,9 @@ jobs: fail-fast: false needs: [core, perl] steps: + - name: Check out the codebase + uses: actions/checkout@v4 + - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v4 with: