An open API service indexing awesome lists of open source software.

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.

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
```