Skip to content

Commit d294b1c

Browse files
authored
Merge pull request #723 from bervProject/dependabot/github_actions/docker/login-action-4
fix(deps): bump docker/login-action from 3 to 4
2 parents 2ebe0f0 + 1a86554 commit d294b1c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,12 @@ jobs:
7272
steps:
7373
- uses: actions/checkout@v6
7474
- name: Login to Docker Hub
75-
uses: docker/login-action@v3
75+
uses: docker/login-action@v4
7676
with:
7777
username: ${{ secrets.DOCKER_USERNAME }}
7878
password: ${{ secrets.DOCKER_TOKEN }}
7979
- name: Log in to the Container registry
80-
uses: docker/login-action@v3
80+
uses: docker/login-action@v4
8181
with:
8282
registry: ghcr.io
8383
username: ${{ github.actor }}

0 commit comments

Comments
 (0)