Merge pull request #291 from timothymiller/dependabot/github_actions/docker/login-action-4.5.2

Bump docker/login-action from 4 to 4.5.2
This commit is contained in:
Timothy Miller
2026-09-02 19:06:49 -04:00
committed by GitHub

View File

@@ -24,7 +24,7 @@ jobs:
- name: Login to DockerHub
if: github.event_name != 'pull_request'
uses: docker/login-action@v4
uses: docker/login-action@v4.5.2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}