Skip to content

Commit 9e60376

Browse files
committed
update actions/checkout to v4 in GitHub workflow
1 parent 33b100f commit 9e60376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Check out the repo
22-
uses: actions/checkout@v3
22+
uses: actions/checkout@v4
2323

2424
- name: Log in to Docker Hub
2525
uses: docker/login-action@v2.1.0

0 commit comments

Comments
 (0)