Skip to content

Commit

Permalink
Merge pull request #10 from portefaix/renovate/kobtea-setup-jsonnet-a…
Browse files Browse the repository at this point in the history
…ction-2.x

Update kobtea/setup-jsonnet-action action to v2
  • Loading branch information
nlamirault authored Mar 4, 2024
2 parents 33909b9 + c4b4367 commit 9bfeaf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jsonnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: kobtea/setup-jsonnet-action@v1
- uses: kobtea/setup-jsonnet-action@v2
- run: |
jb install
find . -name "*.libsonnet" | xargs -IFILE bash -c "jsonnetfmt FILE | diff -u FILE -"

0 comments on commit 9bfeaf4

Please sign in to comment.