Skip to content

Commit a3c4edb

Browse files
Update actions/checkout action to v6
1 parent d6d123c commit a3c4edb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
build:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v2
8+
- uses: actions/checkout@v6
99
with:
1010
fetch-depth: 0
1111
- uses: docker/login-action@v1

0 commit comments

Comments
 (0)