Skip to content

Commit bc6d519

Browse files
author
Paul Hewlett
committed
fixup! fixup! fixup! Fix branch protections
1 parent 06cf304 commit bc6d519

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
with:
2121
go-version: '1.21.x'
2222
token: ${{ secrets.GITHUB_TOKEN }}
23-
cache: go.sum
23+
cache-dependency-path: |
24+
./go.sum
2425
- name: Setup protobuf
2526
uses: arduino/setup-protoc@v2
2627
with:

0 commit comments

Comments
 (0)