Skip to content

Commit 1b9d10d

Browse files
committed
test 2
1 parent 6944c95 commit 1b9d10d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111

1212
steps:
1313
- name: Checkout Repository
14-
uses: actions/checkout@v4
14+
uses: actions/checkout
1515

1616
- name: Log in to Docker Hub
17-
uses: docker/login-action@v3
17+
uses: docker/login-action
1818
with:
1919
username: ${{ secrets.DOCKERHUB_USERNAME }}
2020
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)