From 9f492d04e54d1c01e082147f408a255cdfd58942 Mon Sep 17 00:00:00 2001 From: Akhil G Krishnan Date: Sat, 27 Apr 2024 12:23:51 +0530 Subject: [PATCH] Use docker-login action v3 --- .github/workflows/test-ruby-feature.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-ruby-feature.yaml b/.github/workflows/test-ruby-feature.yaml index 785d77e..6b932e7 100644 --- a/.github/workflows/test-ruby-feature.yaml +++ b/.github/workflows/test-ruby-feature.yaml @@ -16,7 +16,7 @@ jobs: - name: Checkout (GitHub) uses: actions/checkout@v4 - - uses: docker/login-action@v2 + - uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.repository_owner }}