From 8f7823724ff2c73dedfacc3cae5504b7a87432d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 09:22:13 +0200 Subject: [PATCH] Bump docker/login-action from 3.1.0 to 3.2.0 (#127) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 a9dbcff..2ab4983 100644 --- a/.github/workflows/devcontainer-build.yaml +++ b/.github/workflows/devcontainer-build.yaml @@ -21,7 +21,7 @@ jobs: steps: - uses: actions/checkout@v4.1.6 - name: Log in to the GitHub container registry - uses: docker/login-action@v3.1.0 + uses: docker/login-action@v3.2.0 if: github.event_name != 'pull_request' with: registry: ghcr.io