diff --git a/just.yaml b/just.yaml index db8c40e642..5b4d70c57f 100644 --- a/just.yaml +++ b/just.yaml @@ -1,6 +1,6 @@ package: name: just - version: 1.27.0 + version: 1.28.0 epoch: 0 description: "just is a handy way to save and run project-specific commands." copyright: @@ -19,7 +19,7 @@ pipeline: - uses: git-checkout with: repository: https://github.com/casey/just - expected-commit: cf3141306e407342dd3cfa563ac66fd86b5ffdc8 + expected-commit: 3ddd1b168308db2b88daac9ea70a3b63629ef034 tag: ${{package.version}} - name: Configure and build