Skip to content

Commit

Permalink
Update to Node 20 (#11)
Browse files Browse the repository at this point in the history
Due to GitHub deprecating Node.js 16 actions, this action needs to be updated to support Node.js 20. Currently GitHub shares the following warning text:

```
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: s3-actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
```
  • Loading branch information
pieterclaerhout authored Apr 8, 2024
1 parent 4e3a53c commit 02a7946
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 @@ -21,5 +21,5 @@ inputs:
description: "s3 secret key"
required: true
runs:
using: "node16"
using: "node20"
main: "dist/index.js"

0 comments on commit 02a7946

Please sign in to comment.