chore(deps): update docker/login-action action to v3.3.0

This commit is contained in:
renovate[bot]
2024-07-22 14:13:51 +00:00
parent 5538d64044
commit b5f05e7173

View File

@@ -51,7 +51,7 @@ jobs:
uses: docker/setup-buildx-action@v3.4.0
- name: Login to GitHub Container Registry
uses: docker/login-action@v3.2.0
uses: docker/login-action@v3.3.0
if: ${{ !github.event.pull_request.head.repo.fork }}
with:
registry: ghcr.io