From 80fb09e7c85de890fec94812ec79182dfc87782b Mon Sep 17 00:00:00 2001 From: feisar-bot Date: Tue, 12 Sep 2023 08:21:42 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20docker/login-acti?= =?UTF-8?q?on=20action=20to=20v3.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ----------- | ------------------- | ------ | ------ | | github-tags | docker/login-action | v2.2.0 | v3.0.0 | --- .github/workflows/publish-schemas.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-schemas.yaml b/.github/workflows/publish-schemas.yaml index db86f06a9..2eca62b5c 100644 --- a/.github/workflows/publish-schemas.yaml +++ b/.github/workflows/publish-schemas.yaml @@ -28,7 +28,7 @@ jobs: python-version: 3.x - name: Login to GitHub Container Registry - uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0 + uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0 with: registry: ghcr.io username: "${{ github.actor }}" @@ -89,7 +89,7 @@ jobs: uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0 - name: Login to GitHub Container Registry - uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0 + uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0 with: registry: ghcr.io username: "${{ github.actor }}"