diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 7f23c2b2..35e3aebd 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Login to DockerHub - uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2 + uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index 6b7a3f53..c7425ff6 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Login to DockerHub - uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2 + uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index 851f62c6..1f14e533 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -21,14 +21,14 @@ jobs: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Login to DockerHub - uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2 + uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Login to Public ECR - uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2 + uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: registry: public.ecr.aws diff --git a/.github/workflows/anaconda_pkg_build_lts_linux.yml b/.github/workflows/anaconda_pkg_build_lts_linux.yml index c2c99405..f26e8137 100644 --- a/.github/workflows/anaconda_pkg_build_lts_linux.yml +++ b/.github/workflows/anaconda_pkg_build_lts_linux.yml @@ -21,14 +21,14 @@ jobs: - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v3 - name: Login to DockerHub - uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v2 + uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Login to Public ECR - uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v2 + uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: registry: public.ecr.aws diff --git a/.github/workflows/concourse_rsync_resource.yml b/.github/workflows/concourse_rsync_resource.yml index d994e034..67d5b217 100644 --- a/.github/workflows/concourse_rsync_resource.yml +++ b/.github/workflows/concourse_rsync_resource.yml @@ -23,14 +23,14 @@ jobs: submodules: true - name: Login to DockerHub - uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2 + uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3 if: github.ref == 'refs/heads/main' with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Login to Public ECR - uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2 + uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3 if: github.ref == 'refs/heads/main' with: registry: public.ecr.aws diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 3de1c29d..6af0ab4e 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Login to DockerHub - uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2 + uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }}