Skip to content

Commit a595243

Browse files
Merge remote-tracking branch 'upstream/dependabot/github_actions/actions/setup-python-6'
2 parents ecec0ef + 319c294 commit a595243

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@v5
9+
- uses: actions/setup-python@v6
1010
with:
1111
python-version: '3.x'
1212
- run: pip install -r requirements.txt; python3 -m test.validate_pids

0 commit comments

Comments
 (0)