diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index ee86cbd..b8a285b 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -16,7 +16,7 @@ jobs: name: Rebuild dist steps: - uses: actions/checkout@v5 - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v6 with: python-version: "3.12" - run: npm install