Skip to content

Commit

Permalink
Bump action runtime to Node.js v16
Browse files Browse the repository at this point in the history
  • Loading branch information
ericcornelissen committed Sep 22, 2022
1 parent 51dfbb0 commit 6065b29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ The body of the git-message, i.e. everything but the first line
Without SHA:

```yaml
uses: kceb/git-message-action@v1
uses: kceb/git-message-action@v2
```
With specified SHA:
```yaml
uses: kceb/git-message-action@v1
uses: kceb/git-message-action@v2
with:
sha: '2905893ab6e5f2644201c2abc04e3d83bf317d9b'
```
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ outputs:
body:
description: 'The body of the git-message, i.e. everything but the first line'
runs:
using: 'node12'
using: 'node16'
main: 'index.js'
branding:
icon: 'git-commit'
Expand Down

0 comments on commit 6065b29

Please sign in to comment.