Skip to content

Commit e6245ce

Browse files
authored
Merge pull request #250 from TheDarthMole/renovate/all-minor-patch
build(deps): update docker/login-action action to v4.1.0
2 parents ff0334f + a4f55cb commit e6245ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,14 @@ jobs:
6666
version: latest
6767

6868
- name: 🔑 Log in to Docker
69-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4
69+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
7070
if: ${{ github.event_name != 'pull_request' }}
7171
with:
7272
username: ${{ vars.DOCKER_USERNAME }}
7373
password: ${{ secrets.DOCKERHUB_TOKEN }}
7474

7575
- name: 🔑 Login to GitHub Container Registry
76-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4
76+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
7777
if: ${{ github.event_name != 'pull_request' }}
7878
with:
7979
registry: ghcr.io

0 commit comments

Comments
 (0)