diff --git a/.github/workflows/callable-build-docker-image.yml b/.github/workflows/callable-build-docker-image.yml index 06b1f5e..6f05eef 100644 --- a/.github/workflows/callable-build-docker-image.yml +++ b/.github/workflows/callable-build-docker-image.yml @@ -22,7 +22,7 @@ jobs: packages: write steps: - name: Checkout branch - ${{ github.head_ref || github.ref_name }} - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Prepare Build Env Variables uses: ./.github/actions/prepare-env-variables/ diff --git a/.github/workflows/merge-build-production-docker-images.yml b/.github/workflows/merge-build-production-docker-images.yml index 41529d9..7eb1246 100644 --- a/.github/workflows/merge-build-production-docker-images.yml +++ b/.github/workflows/merge-build-production-docker-images.yml @@ -45,7 +45,7 @@ jobs: needs: docker-image-deploy steps: - name: Check out code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Update Docker Hub repo description uses: peter-evans/dockerhub-description@v4