Skip to content

Commit f3b74df

Browse files
authored
chore: update checksums (#457)
Signed-off-by: Appu Goundan <[email protected]>
1 parent 3e5f0bf commit f3b74df

File tree

4 files changed

+1869
-1139
lines changed

4 files changed

+1869
-1139
lines changed

.github/workflows/integration-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
go-version: ^1.22
3636
id: go
3737

38-
- uses: imjasonh/setup-crane@v0.3
38+
- uses: imjasonh/setup-crane@v0.4
3939

4040
- name: Check out code into the Go module directory
4141
uses: actions/checkout@v4

MODULE.bazel

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ module(
88

99
# To run jq
1010
bazel_dep(name = "aspect_bazel_lib", version = "1.28.0")
11-
bazel_dep(name = "bazel_skylib", version = "1.4.1")
12-
bazel_dep(name = "platforms", version = "0.0.5")
11+
bazel_dep(name = "bazel_skylib", version = "1.6.1")
12+
bazel_dep(name = "platforms", version = "0.0.9")
1313

1414
ext = use_extension("//:repositories.bzl", "extension")
1515
use_repo(

0 commit comments

Comments
 (0)