From 277cf7fe74749c97155e2d0031dea4dd92d64a11 Mon Sep 17 00:00:00 2001 From: Emilien Mantel Date: Mon, 2 Jun 2025 10:50:12 +0200 Subject: [PATCH] :construction_worker: Change ansible-lint in CI --- .github/workflows/ci.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c783900..d502f71 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,13 +31,9 @@ jobs: ansible-lint: name: Ansible Lint - runs-on: ubuntu-latest - + runs-on: ubuntu-24.04 steps: - - name: Fetch code - uses: actions/checkout@v3 - with: - fetch-depth: 0 + - uses: actions/checkout@v4 - name: Run ansible-lint - uses: ansible/ansible-lint-action@v6.15.0 + uses: ansible/ansible-lint@main