https://github.com/alessiodionisi/setup-age-action
This action sets up age and adds it to the PATH.
https://github.com/alessiodionisi/setup-age-action
age github-actions security
Last synced: 4 months ago
JSON representation
This action sets up age and adds it to the PATH.
- Host: GitHub
- URL: https://github.com/alessiodionisi/setup-age-action
- Owner: alessiodionisi
- License: mit
- Created: 2021-07-03T13:10:12.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-02-24T13:35:25.000Z (over 1 year ago)
- Last Synced: 2025-02-26T03:07:26.299Z (over 1 year ago)
- Topics: age, github-actions, security
- Language: TypeScript
- Homepage: https://github.com/marketplace/actions/setup-age
- Size: 594 KB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Setup age
This action sets up [age](https://github.com/FiloSottile/age) and adds it to the PATH.
## Usage
Basic:
```yaml
steps:
- uses: alessiodionisi/setup-age-action@v1.4.0
- run: age --version
```
Specific version:
```yaml
steps:
- uses: alessiodionisi/setup-age-action@v1.4.0
with:
version: ^1.3.0
- run: age --version
```