diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 79b461f..7e68a51 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -101,7 +101,7 @@ jobs: github.event_name == 'push' && github.repository == 'apache/arrow-swift' && github.ref_name == 'main' - uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0 + uses: docker/login-action@06fb636fac595d6fb4b28a5dfcb21a6f5091859c # v4.5.0 with: registry: ghcr.io username: ${{ github.actor }}