chore: bump ghcr login to v3

This commit is contained in:
valerie 2024-05-04 19:22:48 -04:00
parent 229786a6a8
commit 3dcd3ecddc
No known key found for this signature in database
GPG key ID: BC4072495F2567DE

View file

@ -22,7 +22,7 @@ jobs:
- name: checkout
uses: actions/checkout@main
- name: login to ghcr
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{github.actor}}