From 92026d136d014329d20c21ddb572969092023536 Mon Sep 17 00:00:00 2001 From: DXTimer Date: Thu, 17 Oct 2024 09:52:13 +0300 Subject: [PATCH] deps: update sentinel to 0.28 in CI --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 95c9466..a7d1aef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: sentinel on: push: - branches: [ main ] + branches: [main] pull_request: workflow_dispatch: @@ -20,7 +20,7 @@ jobs: uses: bloominlabs/setup-hashicorp-releases@v2 with: package: sentinel - version: ^0.23.0 + version: ^0.28.0 - name: Sentinel Format run: sentinel fmt -check=true $(find . -name "*.sentinel" -type f) @@ -34,6 +34,6 @@ jobs: uses: bloominlabs/setup-hashicorp-releases@v2 with: package: sentinel - version: ^0.23.0 + version: ^0.28.0 - name: Sentinel Test run: make tests