diff --git a/files/pre-commit-config.yaml b/files/pre-commit-config.yaml index 4bc6512..b078340 100644 --- a/files/pre-commit-config.yaml +++ b/files/pre-commit-config.yaml @@ -1,20 +1,20 @@ --- repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.2.0 + rev: v3.3.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: check-added-large-files - - repo: https://github.com/adrienverge/yamllint.git - rev: v1.17.0 + - repo: https://github.com/adrienverge/yamllint + rev: v1.25.0 hooks: - id: yamllint args: [-c=.yamllint] - - repo: https://github.com/ansible/ansible-lint.git - rev: v4.3.5 + - repo: https://github.com/ansible/ansible-lint + rev: v4.3.7 hooks: - id: ansible-lint pass_filenames: false diff --git a/templates/galaxy.yml.j2 b/templates/galaxy.yml.j2 index 735374a..084b2c3 100644 --- a/templates/galaxy.yml.j2 +++ b/templates/galaxy.yml.j2 @@ -12,7 +12,7 @@ on: jobs: release: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - name: galaxy uses: robertdebock/galaxy-action@1.1.0 diff --git a/templates/molecule-action.yml.j2 b/templates/molecule-action.yml.j2 index 1af27d2..3c1a708 100644 --- a/templates/molecule-action.yml.j2 +++ b/templates/molecule-action.yml.j2 @@ -13,7 +13,7 @@ on: jobs: lint: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - name: checkout uses: actions/checkout@v2 @@ -27,7 +27,7 @@ jobs: test: needs: - lint - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 strategy: fail-fast: false matrix: