Skip to content

Commit

Permalink
chore(asdf): update asdf to v0.16.1 (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
leiicamundi authored Feb 5, 2025
1 parent 3b329de commit d97ec31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/actions/asdf-install-tooling/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This action will:

| name | description | required | default |
| --- | --- | --- | --- |
| `version` | <p>asdf version</p> | `false` | `v0.16.0` |
| `version` | <p>asdf version</p> | `false` | `v0.16.1` |
| `os` | <p>Target OS (linux or darwin)</p> | `false` | `linux` |
| `arch` | <p>Target architecture (amd64, arm64, etc.)</p> | `false` | `amd64` |
| `cache` | <p>Use cache for tools installed</p> | `false` | `true` |
Expand All @@ -35,7 +35,7 @@ This action is a `composite` action.
# asdf version
#
# Required: false
# Default: v0.16.0
# Default: v0.16.1

os:
# Target OS (linux or darwin)
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/asdf-install-tooling/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ inputs:
version:
description: asdf version
# renovate: datasource=github-tags depName=asdf-vm/asdf
default: v0.16.0
default: v0.16.1
os:
description: Target OS (linux or darwin)
default: linux
Expand Down

0 comments on commit d97ec31

Please sign in to comment.