Skip to content

Commit

Permalink
Bump node version from 12 to 16 (#6)
Browse files Browse the repository at this point in the history
Hi,

GitHub is complaining about setup-dhall action and deprecated Node12 version:
```
deploy
Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: actions/checkout, dhall-lang/setup-dhall, actions/checkout
```
  • Loading branch information
K0Te committed Jan 12, 2023
1 parent 516996c commit fedd869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ inputs:
required: false

runs:
using: node12
using: node16
main: src/action.js

0 comments on commit fedd869

Please sign in to comment.