Skip to content

Commit 1145af6

Browse files
Update actions/checkout action to v6
1 parent 33f2071 commit 1145af6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
test:
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
26+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
2727
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
2828
with:
2929
go-version-file: go.mod

0 commit comments

Comments
 (0)