Skip to content

Commit

Permalink
Merge pull request #49 from coveo/renovate/actions-setup-python-5.x
Browse files Browse the repository at this point in the history
Update actions/setup-python action to v5
  • Loading branch information
jonapich authored Apr 4, 2024
2 parents 4f80215 + 229a526 commit d0f4a7c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions/stew-ci/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ runs:
using: 'composite'

steps:
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ inputs.python-version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coveo-stew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup python 3.10
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.10"

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ runs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
if: inputs.install-python == 'true'
with:
python-version: ${{ inputs.python-version }}
Expand Down

0 comments on commit d0f4a7c

Please sign in to comment.