From ceaad53b4f8ea64934cbfb8de36f50c749fce5f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 11:18:30 +1300 Subject: [PATCH] Bump docker/login-action from 2.2.0 to 3.0.0 (#106) 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 3be01cd..42b968b 100644 --- a/.github/workflows/devcontainer-build.yaml +++ b/.github/workflows/devcontainer-build.yaml @@ -21,7 +21,7 @@ jobs: steps: - uses: actions/checkout@v4.0.0 - name: Log in to the GitHub container registry - uses: docker/login-action@v2.2.0 + uses: docker/login-action@v3.0.0 if: github.event_name != 'pull_request' with: registry: ghcr.io