Skip to content

Commit

Permalink
Merge pull request #16 from timoa/fix/deps/actions-setup-python-4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
timoa authored Jun 8, 2023
2 parents ecc486d + 39bb661 commit 0da5b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2

- name: Prepare Ansible Lint
uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4.5.0
uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
with:
python-version: 3.11.3

Expand Down

0 comments on commit 0da5b5a

Please sign in to comment.