diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index dfddfab4c5..a2fdbfba07 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -52,7 +52,7 @@ jobs: run: make test - name: setup bats - uses: bats-core/bats-action@1.5.4 + uses: bats-core/bats-action@1.5.6 with: # Pin bats version to fix CI issue: https://github.com/bats-core/bats-action/pull/4 bats-version: "1.10.0" @@ -67,7 +67,7 @@ jobs: - name: setup regal uses: StyraInc/setup-regal@v1 with: - version: v0.11.0 + version: v1.0.0 - name: lint examples run: regal lint --format github examples