Skip to content

Commit

Permalink
ci: bump opa to 0.65
Browse files Browse the repository at this point in the history
  • Loading branch information
nikpivkin committed Jun 18, 2024
1 parent 15a8443 commit 0d29e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-opa/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Setup OPA CLI
runs:
using: composite
steps:
- name: Setup OPA v0.58.0
- name: Setup OPA v0.65.0
shell: bash
run: |
curl --retry 3 -L -o opa_linux_amd64_static https://github.com/open-policy-agent/opa/releases/download/v0.58.0/opa_linux_amd64_static
Expand Down

0 comments on commit 0d29e9c

Please sign in to comment.