diff --git a/.bazelversion b/.bazelversion index 66ce77b7ea..a8907c025d 100644 --- a/.bazelversion +++ b/.bazelversion @@ -1 +1 @@ -7.0.0 +7.0.2 diff --git a/.github/workflows/bazel_build.yml b/.github/workflows/bazel_build.yml index fc18837ed5..636213ca70 100644 --- a/.github/workflows/bazel_build.yml +++ b/.github/workflows/bazel_build.yml @@ -45,10 +45,10 @@ jobs: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4.1.1 - name: Mount Bazel cache - uses: actions/cache@v3 + uses: actions/cache@v4.0.0 with: path: "/home/runner/.cache/bazel" key: bazel-ubuntu-22 @@ -66,10 +66,10 @@ jobs: runs-on: windows-2022 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4.1.1 - name: Mount Bazel cache - uses: actions/cache@v3 + uses: actions/cache@v4.0.0 with: path: "/home/runner/.cache/bazel" key: bazel-windows-2022 @@ -87,10 +87,10 @@ jobs: runs-on: macos-13 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4.1.1 - name: Mount Bazel cache - uses: actions/cache@v3 + uses: actions/cache@v4.0.0 with: path: "/home/runner/.cache/bazel" key: bazel-macos-13 diff --git a/.gitignore b/.gitignore index db46b006ef..15be45fcfe 100644 --- a/.gitignore +++ b/.gitignore @@ -57,3 +57,4 @@ docs/_test_images/ # Ignore Bazel generated files bazel-* +MODULE.bazel.lock diff --git a/MODULE.bazel b/MODULE.bazel index 464b846470..7de42d5e64 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -7,6 +7,6 @@ module( ) bazel_dep(name = "bazel_skylib", version = "1.5.0") -bazel_dep(name = "imath", version = "3.1.9", repo_name = "Imath") +bazel_dep(name = "imath", version = "3.1.10", repo_name = "Imath") bazel_dep(name = "libdeflate", version = "1.19") bazel_dep(name = "platforms", version = "0.0.8") diff --git a/bazel/third_party/openexr_deps.bzl b/bazel/third_party/openexr_deps.bzl index 5bbd57adf4..4b8d99e4e3 100644 --- a/bazel/third_party/openexr_deps.bzl +++ b/bazel/third_party/openexr_deps.bzl @@ -22,9 +22,9 @@ def openexr_deps(): http_archive, name = "Imath", build_file = "@com_openexr//:bazel/third_party/Imath.BUILD", - strip_prefix = "Imath-3.1.9", - sha256 = "f1d8aacd46afed958babfced3190d2d3c8209b66da451f556abd6da94c165cf3", - urls = ["https://github.com/AcademySoftwareFoundation/Imath/archive/refs/tags/v3.1.9.tar.gz"], + strip_prefix = "Imath-3.1.10", + sha256 = "f2943e86bfb694e216c60b9a169e5356f8a90f18fbd34d7b6e3450be14f60b10", + urls = ["https://github.com/AcademySoftwareFoundation/Imath/archive/refs/tags/v3.1.10.tar.gz"], ) maybe(