Skip to content

Commit

Permalink
chore: document v4 release (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
HarryGogonis authored Apr 9, 2024
1 parent 51041f2 commit a842a15
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@ This action sets up a binary in \$PATH for use in actions

```yaml
steps:
- uses: actions/checkout@v3
- uses: supplypike/setup-bin@v3
- uses: actions/checkout@v4
- uses: supplypike/setup-bin@v4
with:
uri: 'https://github.com/docker/compose/releases/download/1.27.4/docker-compose-Linux-x86_64'
name: 'docker-compose'
version: '1.27.4'
uri: 'https://github.com/google/go-containerregistry/releases/download/v0.19.1/go-containerregistry_Linux_x86_64.tar.gz'
name: 'crane'
version: '0.19.1'
```
You can also run install scripts:
```yaml
steps:
- uses: actions/checkout@v3
- uses: supplypike/setup-bin@v3
- uses: actions/checkout@v4
- uses: supplypike/setup-bin@v4
with:
uri: 'https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.0.30.zip'
name: 'aws'
Expand Down

0 comments on commit a842a15

Please sign in to comment.