From 469cd9c95deeed4a86fdb3e1e10bb315a19f90c2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 07:33:07 +0000 Subject: [PATCH] Update docker/login-action action to v3.1.0 --- .github/actions/publish-rock/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/publish-rock/action.yaml b/.github/actions/publish-rock/action.yaml index 4487284..a64f27a 100644 --- a/.github/actions/publish-rock/action.yaml +++ b/.github/actions/publish-rock/action.yaml @@ -14,7 +14,7 @@ runs: using: composite steps: - name: Log in to the Container registry - uses: docker/login-action@v3.0.0 + uses: docker/login-action@v3.1.0 with: registry: ghcr.io username: ${{ inputs.username }}