Skip to content

Commit

Permalink
Update setup-python to v5
Browse files Browse the repository at this point in the history
To silence the warning message:
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
  • Loading branch information
bosd committed Nov 16, 2024
1 parent 4ac904c commit fff26ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/.github/workflows/pre-commit.yml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
{%- endif %}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v2
- uses: actions/setup-python@v5
{%- if odoo_version < 11 %}
with:
python-version: "2.7"
Expand Down

0 comments on commit fff26ca

Please sign in to comment.