Skip to content

Commit 42ef69f

Browse files
committed
CI: bump actions to the latest available
1 parent 81f3b94 commit 42ef69f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker_auto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- name: Login to Docker Hub
1717
id: login
18-
uses: docker/login-action@v1
18+
uses: docker/login-action@v3
1919
with:
2020
username: ${{ secrets.DOCKER_HUB_USERNAME }}
2121
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)