Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -516,9 +516,9 @@ structlint completion fish > ~/.config/fish/completions/structlint.fish
Install without running Structlint (for Gauntlet or custom pipelines):

```yaml
- uses: AxeForging/structlint/setup@v0.6.0
- uses: AxeForging/structlint/setup@v0.6.1
with:
version: v0.6.0
version: v0.6.1
```

Pin both references for reproducible CI; use `version: latest` only when
Expand Down
2 changes: 1 addition & 1 deletion docs/specs/013-setup-action.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ through Gauntlet must duplicate installer shell code.
## Approach

Add an install-only `setup/action.yml` composite action. It accepts `version`
(default `v0.6.0`) and `install-dir` (default runner temp), invokes the existing
(default `v0.6.1`) and `install-dir` (default runner temp), invokes the existing
checksum-verifying installer, adds the directory to `PATH`, and verifies the
binary. Keep the root action backward-compatible.

Expand Down
2 changes: 1 addition & 1 deletion setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ inputs:
version:
description: Structlint release tag, or latest for a floating install.
required: false
default: v0.6.0
default: v0.6.1
install-dir:
description: Installation directory. Empty uses RUNNER_TEMP/structlint-bin.
required: false
Expand Down
Loading