Skip to content

Commit

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

chore(deps): update dependency actions/setup-python to v4.7.1 (.github/workflows/build.yml) (master)
  • Loading branch information
ivankatliarchuk authored Oct 7, 2023
2 parents 13b41c9 + a9fa78b commit 1d3050c
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.0
- uses: actions/setup-python@v4.7.1
with:
python-version: ${{ env.python_version }}

0 comments on commit 1d3050c

Please sign in to comment.