From c2cf148b8e22f1aa32bef2ecc712aea00985a49d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 00:25:08 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- .github/workflows/update-third-party-dir.yaml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-third-party-dir.yaml b/.github/workflows/update-third-party-dir.yaml index aa57efa..4c8d111 100644 --- a/.github/workflows/update-third-party-dir.yaml +++ b/.github/workflows/update-third-party-dir.yaml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Install Updatecli in the runner - uses: updatecli/updatecli-action@6b8881a17fc8038e884ec94ff72a49e8e8a4069f # v2.67.0 + uses: updatecli/updatecli-action@92a13b95c2cd9f1c6742c965509203c6a5635ed7 # v2.68.0 - name: Fetch latest Kubernetes released version env: diff --git a/go.mod b/go.mod index 879c858..94522ef 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/kubewarden/cel-policy go 1.22.0 -toolchain go1.23.1 +toolchain go1.23.2 require ( github.com/google/cel-go v0.21.0