From a72ad8770b17eeb9d76bfbbf1cf32f3767d8fe97 Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Sun, 19 Oct 2025 07:39:03 -0500 Subject: [PATCH] workflow/lint: ubuntu-22.04/node:22-bookworm --- .forgejo/workflows/lint.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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