Skip to content

Commit 6b51a2d

Browse files
authored
Merge branch 'main' into agent-v3
2 parents 4f83513 + 49e8e09 commit 6b51a2d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repos:
2727
- id: detect-private-key
2828

2929
- repo: https://github.com/gitleaks/gitleaks
30-
rev: v8.23.2
30+
rev: v8.24.0
3131
hooks:
3232
- id: gitleaks
3333

@@ -37,6 +37,6 @@ repos:
3737
- id: markdownlint-cli2
3838

3939
- repo: https://github.com/adrienverge/yamllint.git
40-
rev: v1.35.1
40+
rev: v1.36.0
4141
hooks:
4242
- id: yamllint

tools/build.pkr.hcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ packer {
22
required_plugins {
33
googlecompute = {
44
source = "github.com/hashicorp/googlecompute"
5-
version = "1.1.6"
5+
version = "1.1.8"
66
}
77
}
88
}

0 commit comments

Comments
 (0)