z3z1ma / dbt-osmosis

Provides automated YAML management, a dbt server, streamlit workbench, and git-integrated dbt model output diff tools
https://z3z1ma.github.io/dbt-osmosis/
Apache License 2.0
456 stars 46 forks source link

nit: Update actions/checkout and actions/setup-python #138

Closed syou6162 closed 5 months ago

syou6162 commented 5 months ago

I've updated actions/checkout and actions/setup-python to the latest versions. Because both are actions that use Node.js 16 and GitHub has recommended that we move to actions that use Node.js 20.

スクリーンショット 2024-04-04 2 13 11

Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

By the way, it is hard for humans to update the versions of libraries and actions, so it might be a good idea to introduce renovate and dependabot for dbt-osmosis as well :)

z3z1ma commented 5 months ago

introduce renovate and dependabot

I think I can get this added this weekend