From cae29f2a16cdd442b504ca5355159ef8557939e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jun 2023 10:56:20 +0000 Subject: [PATCH] Bump docker/login-action from 2.1.0 to 2.2.0 (#88) --- .github/workflows/devcontainer-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/devcontainer-build.yaml b/.github/workflows/devcontainer-build.yaml index 0ccde9b..2495c1a 100644 --- a/.github/workflows/devcontainer-build.yaml +++ b/.github/workflows/devcontainer-build.yaml @@ -21,7 +21,7 @@ jobs: steps: - uses: actions/checkout@v3.5.3 - name: Log in to the GitHub container registry - uses: docker/login-action@v2.1.0 + uses: docker/login-action@v2.2.0 if: github.event_name != 'pull_request' with: registry: ghcr.io