diff --git a/.github/workflows/build-push-image-ecr.yml b/.github/workflows/build-push-image-ecr.yml index 3bf4fa9..5fd5bf6 100644 --- a/.github/workflows/build-push-image-ecr.yml +++ b/.github/workflows/build-push-image-ecr.yml @@ -59,7 +59,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Configure AWS Credentials uses: aws-actions/configure-aws-credentials@v6 diff --git a/.github/workflows/build-push-image.yml b/.github/workflows/build-push-image.yml index 9eacd94..881ddd4 100644 --- a/.github/workflows/build-push-image.yml +++ b/.github/workflows/build-push-image.yml @@ -60,7 +60,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Docker meta id: meta