Skip to content
This repository was archived by the owner on Sep 3, 2025. It is now read-only.

Commit 9f49908

Browse files
authored
Merge pull request #21 from IQTLabs/renovate/actions-setup-python-5.x
Update actions/setup-python action to v5
2 parents 336be44 + 1491653 commit 9f49908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: Code Quality Checks
88
steps:
99
- uses: actions/checkout@v4
10-
- uses: actions/setup-python@v4
10+
- uses: actions/setup-python@v5
1111
with:
1212
python-version: 3.9.13
1313
- run: pip install --upgrade pip

0 commit comments

Comments
 (0)