diff --git a/.github/workflows/bashate.yml b/.github/workflows/bashate.yml index dc068bf..b72a3ee 100644 --- a/.github/workflows/bashate.yml +++ b/.github/workflows/bashate.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: 3.11 + python-version: 3.14 - run: pip install bashate - run: | readarray -t files < <(find . -name '*.sh')