bldg14 / eventual

A simple event calendar
https://eventual-client.fly.dev
MIT License
0 stars 0 forks source link

Github Action warning about node 16 deprecation #55

Open kevinfalting opened 5 months ago

kevinfalting commented 5 months ago

Issue Description

There is a warning in GitHub actions about deprecation. We need to investigate and remediate.

Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3

Have a look at all jobs and ensure they're all updated and address any warnings.

Supporting Documentation

https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/

Implementation Details

A very brief look into this showed that it may just be as simple as updating the checkout action version: actions/checkout@v4

Acceptance Criteria