diff --git a/.github/workflows/test_bazel.yaml b/.github/workflows/test_bazel.yaml index af31bf4..ad246a5 100644 --- a/.github/workflows/test_bazel.yaml +++ b/.github/workflows/test_bazel.yaml @@ -8,7 +8,7 @@ jobs: steps: - name: Cache Setup - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache-bazel with: path: ~/.cache/bazel @@ -20,7 +20,7 @@ jobs: bazel-version: 'latest' - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Build run: > diff --git a/MODULE.bazel b/MODULE.bazel index 60c43f5..e380966 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -5,7 +5,7 @@ module( bazel_dep(name = "rules_cc", version = "0.0.10") bazel_dep(name = "rules_license", version = "1.0.0") -bazel_dep(name = "rules_proto", version = "6.0.2") +bazel_dep(name = "rules_proto", version = "7.1.0") bazel_dep( name = "abseil-cpp", version = "20240722.0",