Skip to content

Commit

Permalink
Merge pull request #286 from bosd/gh-actionsv4
Browse files Browse the repository at this point in the history
Bump checkout and setup-python GitHub actions
  • Loading branch information
sbidoul authored Nov 16, 2024
2 parents 857a2a6 + fff26ca commit 58cf5d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/.github/workflows/pre-commit.yml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
runs-on: ubuntu-22.04
{%- endif %}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
{%- if odoo_version < 11 %}
with:
python-version: "2.7"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
runs-on: ubuntu-latest
name: Detect unreleased dependencies
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: |
for reqfile in requirements.txt test-requirements.txt ; do
if [ -f ${reqfile} ] ; then
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
{%- endfor %}
{%- endif %}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: Install addons and dependencies
Expand Down

0 comments on commit 58cf5d7

Please sign in to comment.