Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into dependabot/pip/_build/ansible-runner-2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Sep 15, 2023
2 parents 39e8794 + 6c213df commit 1ad6b6c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions _build/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ansible-pylibssh==1.1.0
ansible-runner==2.3.3
ansible-lint[lock]==6.16.1
molecule==5.0.1
ansible-lint[lock]==6.19.0
molecule==5.1.0
molecule-plugins[podman]==23.4.1
paramiko==3.2.0 # https://github.com/ansible/creator-ee/issues/140
jmespath==1.0.1 # needed for json_query module

0 comments on commit 1ad6b6c

Please sign in to comment.