Skip to content

Commit 69a2af9

Browse files
authored
bump bwwl python version (#375)
1 parent f2f8bdb commit 69a2af9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow-linter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ jobs:
3939
echo "Workflow files changed: $count"
4040
echo "changed_files_count=$count" >> $GITHUB_OUTPUT
4141
42-
- name: Set up Python 3.11
42+
- name: Set up Python 3.12
4343
if: steps.changed-workflows.outputs.changed_files_count != '0'
4444
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
4545
with:
46-
python-version: "3.11"
46+
python-version: "3.12"
4747

4848
- name: Install bwwl binary
4949
if: steps.changed-workflows.outputs.changed_files_count != '0'

0 commit comments

Comments
 (0)