diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index aa02ca4a..84591a51 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -38,7 +38,7 @@ jobs: go-version-file: go.mod - uses: open-policy-agent/setup-opa@34a30e8a924d1b03ce2cf7abe97250bbb1f332b5 # v2.2.0 with: - version: edge + version: v0.67.1 static: ${{ matrix.os.static }} - run: npm install -g markdownlint-cli - name: Restore rq cache diff --git a/.github/workflows/update-example-index.yaml b/.github/workflows/update-example-index.yaml index 884c8e20..d158a324 100644 --- a/.github/workflows/update-example-index.yaml +++ b/.github/workflows/update-example-index.yaml @@ -23,7 +23,7 @@ jobs: - uses: open-policy-agent/setup-opa@34a30e8a924d1b03ce2cf7abe97250bbb1f332b5 # v2.2.0 with: - version: edge + version: v0.67.1 static: true - name: Set up go for rq