chore(deps): update actions/setup-python action to v5 (#53)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
38086ce408
commit
9ad0def89c
1 changed files with 3 additions and 3 deletions
6
.github/workflows/backend-pipeline.yml
vendored
6
.github/workflows/backend-pipeline.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
|||
- name: get-python-version
|
||||
run: |
|
||||
echo "python_version=$(cat .python-version)" >> $GITHUB_OUTPUT
|
||||
- uses: actions/setup-python@v3
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: ${{ steps.get-python-version.outputs.python_version }}
|
||||
- uses: actions/cache@v3
|
||||
|
@ -47,7 +47,7 @@ jobs:
|
|||
- name: get-python-version
|
||||
run: |
|
||||
echo "python_version=$(cat .python-version)" >> $GITHUB_OUTPUT
|
||||
- uses: actions/setup-python@v3
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: ${{ steps.get-python-version.outputs.python_version }}
|
||||
- name: Setup Task
|
||||
|
@ -72,7 +72,7 @@ jobs:
|
|||
- name: get-python-version
|
||||
run: |
|
||||
echo "python_version=$(cat .python-version)" >> $GITHUB_OUTPUT
|
||||
- uses: actions/setup-python@v3
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: ${{ steps.get-python-version.outputs.python_version }}
|
||||
- name: Setup Task
|
||||
|
|
Reference in a new issue