Skip to content

Commit cffa275

Browse files
committed
Update dependency python to 3.14
2 parents c6d0143 + c7a01c6 commit cffa275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bashate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v5
1919
- uses: actions/setup-python@v6
2020
with:
21-
python-version: 3.13
21+
python-version: 3.14
2222
- run: pip install bashate
2323
- run: |
2424
readarray -t files < <(find . -name '*.sh')

0 commit comments

Comments
 (0)