Skip to content

Commit

Permalink
Update node from node12 to node16 (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
bigearsenal committed Oct 19, 2022
1 parent 26e485b commit ea4c593
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## v0.6.0 [2022-10-11]
### Changed
* Update node to node16

## v0.5.4 [2021-11-21]

### Fixed
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -36,9 +36,9 @@ jobs:
...
steps:
- actions/checkout@v2
# Make sure the @v0.5.4 matches the current version of the
# Make sure the @v0.6.0 matches the current version of the
# action
- uses: webfactory/ssh-agent@v0.5.4
- uses: webfactory/ssh-agent@v0.6.0
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- ... other steps
Expand All @@ -53,7 +53,7 @@ You can set up different keys as different secrets and pass them all to the acti

```yaml
# ... contens as before
- uses: webfactory/ssh-agent@v0.5.4
- uses: webfactory/ssh-agent@v0.6.0
with:
ssh-private-key: |
${{ secrets.FIRST_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -7,7 +7,7 @@ inputs:
ssh-auth-sock:
description: 'Where to place the SSH Agent auth socket'
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
post: 'dist/cleanup.js'
post-if: 'always()'
Expand Down

0 comments on commit ea4c593

Please sign in to comment.