diff --git a/.config/Containerfile b/.config/Containerfile index e519fa7a..9ad7bebd 100644 --- a/.config/Containerfile +++ b/.config/Containerfile @@ -1,4 +1,4 @@ -FROM quay.io/ansible/creator-ee:v0.18.0 as DEFAULT_EE +FROM quay.io/ansible/creator-ee:v0.21.0 as DEFAULT_EE # This file is updated by dependabot and used to determine not only which # version of creator-ee we are supposed to use for testing execution # environments but also to dynamically retrieve the same set of constraints diff --git a/.github/workflows/task.yml b/.github/workflows/task.yml index cd981e33..c8af7043 100644 --- a/.github/workflows/task.yml +++ b/.github/workflows/task.yml @@ -60,7 +60,7 @@ jobs: os: windows-2022 shell: "wsl-bash {0}" - name: test-without-ee (macos) - os: macos-11 + os: macos-12 # runner does not support running container task-name: test-without-ee skip_docker: "1" diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7e7cd8e4..51fbe80e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -52,7 +52,7 @@ repos: files: "codecov.yml" pass_filenames: false - repo: https://github.com/streetsidesoftware/cspell-cli - rev: v7.3.2 + rev: v8.0.0 hooks: - id: cspell name: Spell check with cspell @@ -88,9 +88,11 @@ repos: language_version: python3 - repo: https://github.com/pre-commit/mirrors-prettier # keep it before markdownlint and eslint - rev: "v3.0.3" + rev: "v4.0.0-alpha.3" hooks: - id: prettier + additional_dependencies: + - prettier - repo: https://github.com/igorshubovych/markdownlint-cli rev: v0.37.0 hooks: @@ -101,7 +103,7 @@ repos: docs/settings.md $ - repo: https://github.com/pre-commit/mirrors-eslint - rev: v8.53.0 + rev: v8.55.0 hooks: - id: eslint args: