From 4c9274a54e3152a7fddc7073e9650915b2dbff66 Mon Sep 17 00:00:00 2001 From: Ayesh Karunaratne Date: Wed, 15 Apr 2026 22:19:07 +0530 Subject: [PATCH] chore(deps): update docker/login-action@v3 to v4 #0000 This avoids the GitHub Action workflow run notice about deprecated Nodejs 20 use in `docker/login-action@v3`. Not pinning to a specific shasum because `docker` is a the real-deal vendor and not some random person. --- .github/workflows/production.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index ec07d94..04db4e5 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -30,7 +30,7 @@ jobs: fetch-depth: 0 - name: Login to Container Registry ghcr.io - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.repository_owner }} # ghcr logins allow mixed case usernames @@ -55,7 +55,7 @@ jobs: steps: - name: Login to Container Registry ghcr.io - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.repository_owner }} #ghcr logins allow mixed case usernames