Skip to content

Commit 5037676

Browse files
build(deps): bump actions/setup-python from 5.2.0 to 5.3.0 (#41)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.2.0...v5.3.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 12b712b commit 5037676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
php-version: '8.1'
2424
tools: phpunit, phpcs, phpcbf, php-cs-fixer, phpstan
2525
coverage: none
26-
- uses: actions/setup-python@v5.2.0
26+
- uses: actions/setup-python@v5.3.0
2727
with:
2828
python-version: '3.8'
2929
- run: pip install 'virtualenv<20.11.0'

0 commit comments

Comments
 (0)