Skip to content

Commit 9985449

Browse files
authored
Update Python setup action version in workflow
Signed-off-by: John Mertic <jmertic@linuxfoundation.org>
1 parent b9f4b90 commit 9985449

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-charters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
persist-credentials: true
1515
- name: Set up Python
16-
uses: actions/setup-python@v6
16+
uses: actions/setup-python@2e3e4b15a884dc73a63f962bff250a855150a234
1717
with:
1818
python-version: '3.x'
1919
pip-install: -r requirements-build-charters.txt

0 commit comments

Comments
 (0)