Skip to content

Commit

Permalink
chore(deps): update dependency actions/setup-python to v5.3.0 (.githu…
Browse files Browse the repository at this point in the history
…b/workflows/build.yml)
  • Loading branch information
IK Renovate Bot committed Dec 31, 2024
1 parent ee20f36 commit 8c756c6
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@v5.2.0
- uses: actions/setup-python@v5.3.0
with:
python-version: ${{ env.python_version }}

0 comments on commit 8c756c6

Please sign in to comment.