From 733696c6a3caa2f036b1953337ba16340856bccd Mon Sep 17 00:00:00 2001 From: Chris Sewell Date: Mon, 20 Jun 2022 12:43:41 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=AA=20CI:=20Drop=20Ubuntu=2016.04,=20u?= =?UTF-8?q?pdate=20pre-commit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .ansible-lint | 1 + .github/workflows/ci.yml | 4 ++-- .pre-commit-config.yaml | 6 +++--- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.ansible-lint b/.ansible-lint index a93bca4..62de5ab 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -3,3 +3,4 @@ warn_list: - '208' # File permissions unset or incorrect - '305' # Use shell only when shell functionality is required +- internal-error diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fbd87a1..c6a8502 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: strategy: matrix: - distro: [ubuntu1604, ubuntu1804, ubuntu2004] + distro: [ubuntu1804, ubuntu2004] fail-fast: false runs-on: ubuntu-latest @@ -67,6 +67,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: robertdebock/galaxy-action@1.0.3 + - uses: robertdebock/galaxy-action@1.2.1 with: galaxy_api_key: ${{ secrets.GALAXY_API_KEY }} diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f8c1ce6..7909ba4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,17 +3,17 @@ repos: - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks - rev: v1.5.0 + rev: v2.3.0 hooks: - id: pretty-format-yaml args: [--autofix, --indent, "2", --preserve-quotes] - repo: https://github.com/adrienverge/yamllint - rev: v1.25.0 + rev: v1.26.3 hooks: - id: yamllint - repo: https://github.com/ansible/ansible-lint - rev: v4.3.5 + rev: v6.3.0 hooks: - id: ansible-lint