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