Skip to content

Commit 9931091

Browse files
authored
Merge pull request #923 from pidcodes/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 2 to 5
2 parents e8b10e7 + 3cccf74 commit 9931091

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)