Skip to content

Commit

Permalink
build(deps): bump open-policy-agent/setup-opa from 1 to 2 (#299)
Browse files Browse the repository at this point in the history
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](open-policy-agent/setup-opa@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] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 18, 2022
1 parent 52c6b10 commit 7c5ec07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Install Open Policy Agent ${{ matrix.opa-version }}
uses: open-policy-agent/setup-opa@v1
uses: open-policy-agent/setup-opa@v2
with:
version: v${{ matrix.opa-version }}
- run: npm ci
Expand All @@ -81,7 +81,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: open-policy-agent/setup-opa@v1
- uses: open-policy-agent/setup-opa@v2
- uses: actions/setup-node@v3
with:
node-version: "12"
Expand All @@ -96,7 +96,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: open-policy-agent/setup-opa@v1
- uses: open-policy-agent/setup-opa@v2
- uses: denoland/setup-deno@v1
with:
deno-version: v1.17.2
Expand Down

0 comments on commit 7c5ec07

Please sign in to comment.