diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b90df96..962ebd4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,7 @@ updates: interval: daily labels: - dependabot-deps-updates + - skip-changelog allow: - dependency-type: all - package-ecosystem: "github-actions" @@ -14,5 +15,5 @@ updates: interval: daily open-pull-requests-limit: 3 labels: - - "dependencies" - - "skip-changelog" + - dependencies + - skip-changelog diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 43193f4..4b1e691 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Grab the source from Git - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 # needed to determine version diff --git a/.github/workflows/task.yml b/.github/workflows/task.yml index 10b01c4..a31bd82 100644 --- a/.github/workflows/task.yml +++ b/.github/workflows/task.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Grab the source from Git - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 # needed to determine version diff --git a/.github/workflows/update-base.yml b/.github/workflows/update-base.yml index a8de8be..746cc90 100644 --- a/.github/workflows/update-base.yml +++ b/.github/workflows/update-base.yml @@ -31,7 +31,7 @@ jobs: steps: - name: Grab the source from Git - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 # needed to determine version diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f9e531b..aa729da 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,22 +22,22 @@ repos: language_version: python3 - repo: https://github.com/pre-commit/mirrors-prettier # keep it before yamllint - rev: v3.0.0-alpha.9-for-vscode + rev: v3.0.3 hooks: - id: prettier - repo: https://github.com/codespell-project/codespell - rev: v2.2.4 + rev: v2.2.5 hooks: - id: codespell - repo: https://github.com/adrienverge/yamllint.git - rev: v1.31.0 + rev: v1.32.0 hooks: - id: yamllint files: \.(yaml|yml)$ types: [file, yaml] entry: yamllint --strict - repo: https://github.com/shellcheck-py/shellcheck-py - rev: v0.9.0.2 + rev: v0.9.0.5 hooks: - id: shellcheck args: diff --git a/_build/requirements.txt b/_build/requirements.txt index 9577898..15e9560 100644 --- a/_build/requirements.txt +++ b/_build/requirements.txt @@ -1,7 +1,7 @@ ansible-pylibssh==1.1.0 -ansible-runner==2.3.3 -ansible-lint[lock]==6.17.2 -molecule==5.1.0 +ansible-runner==2.3.4 +ansible-lint[lock]==6.19.0 +molecule==6.0.2 molecule-plugins[podman]==23.5.0 -paramiko==3.2.0 # https://github.com/ansible/creator-ee/issues/140 +paramiko==3.3.1 # https://github.com/ansible/creator-ee/issues/140 jmespath==1.0.1 # needed for json_query module