Skip to content

Commit

Permalink
deps: update sentinel to 0.28 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
DXTimer committed Oct 17, 2024
1 parent f772fb5 commit 92026d1
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 @@ -2,7 +2,7 @@ name: sentinel

on:
push:
branches: [ main ]
branches: [main]
pull_request:
workflow_dispatch:

Expand All @@ -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)

Expand All @@ -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

0 comments on commit 92026d1

Please sign in to comment.