Skip to content

Commit f7a2445

Browse files
committed
chore(deps): update docker/login-action action to v3
1 parent 2d99daa commit f7a2445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
6666
- name: 🔑 Login to docker-hub
6767
if: github.event_name != 'pull_request'
68-
uses: docker/login-action@v2
68+
uses: docker/login-action@v3
6969
with:
7070
username: ${{ secrets.DOCKER_USERNAME }}
7171
password: ${{ secrets.DOCKER_TOKEN }}

0 commit comments

Comments
 (0)