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 }}