Skip to content

Commit 153be35

Browse files
committed
Bump docker/login-action to v4
1 parent 40d9a2b commit 153be35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Login to Docker Hub
12-
uses: docker/login-action@v3
12+
uses: docker/login-action@v4
1313
with:
1414
username: ${{ secrets.DOCKERHUB_USERNAME }}
1515
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)