From 4db73ef5a6fbe4a669f081a702f3f37fc5811eda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 03:47:43 +0000 Subject: [PATCH] build(deps): bump open-policy-agent/setup-opa from 1 to 2 Bumps [open-policy-agent/setup-opa](https://github.com/open-policy-agent/setup-opa) from 1 to 2. - [Release notes](https://github.com/open-policy-agent/setup-opa/releases) - [Commits](https://github.com/open-policy-agent/setup-opa/compare/v1...v2) --- updated-dependencies: - dependency-name: open-policy-agent/setup-opa dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pull-request.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 795895523f..2466107c43 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -196,7 +196,7 @@ jobs: uses: actions/checkout@v3 - name: Download OPA - uses: open-policy-agent/setup-opa@v1 + uses: open-policy-agent/setup-opa@v2 - name: Set up QEMU uses: docker/setup-qemu-action@v2 @@ -285,7 +285,7 @@ jobs: uses: actions/checkout@v3 - name: Download OPA - uses: open-policy-agent/setup-opa@v1 + uses: open-policy-agent/setup-opa@v2 with: version: edge