Skip to content

Commit 16bfd46

Browse files
authored
v4 actions
1 parent 72d3e51 commit 16bfd46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Check out the repo
20-
uses: actions/checkout@v2
20+
uses: actions/checkout@v4
2121
- name: Docker login
2222
run: docker login -u $DOCKER_USER -p $DOCKER_PASSWORD
2323
- name: Build image

0 commit comments

Comments
 (0)