set-timezone
                                
                                 set-timezone copied to clipboard
                                
                                    set-timezone copied to clipboard
                            
                            
                            
                        Transitioning from Node 16 to Node 20
As per https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/, github actions will need to transition to node 20. Currently, the code is set to 16:
runs:
  using: "node16"
  main: "dist/index.js"
Thank you!
Have made a fork, updated it and publish it here : https://github.com/marketplace/actions/timezoneaction I've used most of of the great work of @kwarkjes (mentioned as contributor in release note)
Thanks @MathRobin! I switched to https://github.com/digipost/set-timezone quite a while ago but they closed issues on the repo, so maybe I should make another switch.
You're welcome ! If you have any idea of improvement, if you met any bugs, don't hesitate, we will be happy to help (me and the whole Airporting tech department).