Skip to content

Commit e2cb39e

Browse files
committed
chore(deps): update actions/checkout action to v3
1 parent 4704262 commit e2cb39e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
KAFKA_LISTENERS: PLAINTEXT://0.0.0.0:9092
2626
KAFKA_ZOOKEEPER_CONNECT: zookeeper:2181
2727
steps:
28-
- uses: actions/checkout@v2
28+
- uses: actions/checkout@v3
2929

3030
- name: Set up Go
3131
uses: actions/setup-go@v2

0 commit comments

Comments
 (0)