Skip to content

Commit d77ff62

Browse files
authored
1 parent af22c1c commit d77ff62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ jobs:
2929
if: github.event_name != 'push'
3030

3131
- name: Access repository contents
32-
uses: actions/checkout@v3
32+
uses: actions/checkout@v4
3333
if: ${{ (github.event_name == 'push') || (steps.check.outputs.needs-updating == 'true') }}
3434
- name: Login to DockerHub
35-
uses: docker/login-action@v2
35+
uses: docker/login-action@v3
3636
with:
3737
username: ${{ secrets.DOCKER_USERNAME }}
3838
password: ${{ secrets.DOCKER_TOKEN }}

0 commit comments

Comments
 (0)