Skip to content

Commit

Permalink
Merge pull request #395 from ivankatliarchuk/renovate/master-.github/…
Browse files Browse the repository at this point in the history
…workflows-actions-setup-python-5.x

chore(deps): update actions/setup-python action to v5 (.github/workflows/build.yml) (master)
  • Loading branch information
ivankatliarchuk authored Dec 9, 2023
2 parents 5b53c5a + fa10e03 commit 2abd1b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
run: |
echo "python_version=$(cat .python-version)" >> $GITHUB_ENV
- uses: actions/setup-python@v4.7.1
- uses: actions/setup-python@v5.0.0
with:
python-version: ${{ env.python_version }}

0 comments on commit 2abd1b1

Please sign in to comment.