Skip to content

Commit 23bc4e4

Browse files
committed
Update GitHub checkout action
1 parent b4efe96 commit 23bc4e4

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
@@ -13,6 +13,6 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
- name: Build the Docker image
1818
run: docker buildx build . --file Dockerfile --tag my-image-name:$(date +%s)

0 commit comments

Comments
 (0)