Skip to content

Commit

Permalink
workflow: use open-policy-agent/setup-opa (#127)
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
  • Loading branch information
srenatus authored Jan 23, 2022
1 parent 9d32676 commit 79bcf82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: infracost/setup-opa@v1
- uses: open-policy-agent/setup-opa@v1
- uses: actions/setup-node@v2.5.1
with:
node-version: "12"
Expand All @@ -92,7 +92,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: infracost/setup-opa@v1
- uses: open-policy-agent/setup-opa@v1
- uses: denoland/setup-deno@v1
with:
deno-version: v1.17.2
Expand Down

0 comments on commit 79bcf82

Please sign in to comment.