From 8a58aaa29d22986f3bfd891b36b70f3b8b4e5fef Mon Sep 17 00:00:00 2001 From: Bruce Becker Date: Thu, 28 Mar 2024 17:07:39 +0100 Subject: [PATCH] ci: bump version to 24.2.1 Signed-off-by: Bruce Becker --- .github/workflows/lint.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 6b5ff238..988e20e1 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -5,11 +5,10 @@ on: branches: ["devel", "master"] jobs: build: - strategy: - matrix: - version: - - v6.22.2 - - v24.2.1 + # Apparently, variables do not have a context until actions are actually executed + # so we cannot make a matrix out of action versions. + # Thanks, Obama. + # See https://github.com/orgs/community/discussions/110550 name: Ansible Lint ${{ matrix.version }} runs-on: ubuntu-latest steps: