diff --git a/.github/workflows/build_image.yml b/.github/workflows/build_image.yml index 8c924d0..ccd93ef 100644 --- a/.github/workflows/build_image.yml +++ b/.github/workflows/build_image.yml @@ -28,7 +28,7 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v4.1.0 - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 # Uses the `docker/login-action` action to log in to the Container registry registry using the account and password that will publish the packages. Once published, the packages are scoped to the account defined here. - name: Log in to the Container registry uses: docker/login-action@v4.2.0