Skip to content

Commit 3cccf74

Browse files
Bump actions/setup-python from 2 to 5
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v2...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8dad62a commit 3cccf74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
name: Python Validator
77
steps:
88
- uses: actions/checkout@v4
9-
- uses: actions/setup-python@v2
9+
- uses: actions/setup-python@v5
1010
with:
1111
python-version: '3.x'
1212
- run: pip install -r requirements.txt; python3 -m test.validate_pids

0 commit comments

Comments
 (0)