diff --git a/.github/workflows/containers.yml b/.github/workflows/containers.yml index 6710abf..77a55b4 100644 --- a/.github/workflows/containers.yml +++ b/.github/workflows/containers.yml @@ -30,7 +30,7 @@ jobs: steps: # Checkout push-to-registry action GitHub repository - name: Checkout Push to Registry action - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Gather environment variables run: echo "IMAGE_NAME=$(echo ${{ matrix.containerfile }} | cut -d . -f 1)" >> $GITHUB_ENV