Skip to content

Commit

Permalink
Use nodejs 20 (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfroche authored Dec 22, 2023
1 parent 45dc534 commit 6853090
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Unreleased

* Add changes here
* update runtime to node20 for action

## 2.7.4 (October 26, 2023)

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ inputs:
description: 'The encoding type of the secret to decode. If not specified, the secret will not be decoded. Supported values: base64, hex, utf8'
required: false
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
branding:
icon: 'unlock'
Expand Down

0 comments on commit 6853090

Please sign in to comment.