diff --git a/.github/workflows/container-image-release.yml b/.github/workflows/container-image-release.yml index 7d4edb2..cf42333 100644 --- a/.github/workflows/container-image-release.yml +++ b/.github/workflows/container-image-release.yml @@ -20,7 +20,7 @@ jobs: run: echo "Base image doesn't exist yet. Please run the base image creation workflow first." - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0