diff --git a/.forgejo/workflows/lint.yml b/.forgejo/workflows/lint.yml index ed693c1..bf5ddd7 100644 --- a/.forgejo/workflows/lint.yml +++ b/.forgejo/workflows/lint.yml @@ -10,13 +10,12 @@ on: # yamllint disable-line rule:truthy jobs: test: - runs-on: ubuntu-latest # tag on runner maps to 'node:25-trixie' image + runs-on: ubuntu-22.04 # tag on runner maps to 'node:22-bookworm' image steps: - - uses: actions/checkout@v5 # v5 needs nodejs 24+ + - uses: actions/checkout@v4 - uses: actions/setup-python@v6 with: - python-version: '3.13.9' cache: 'pip' - name: ansible/collections