mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-05 10:10:32 -07:00
Bump action to prevent deprecation warnings
This commit is contained in:
parent
bcee62b99f
commit
9400ec206e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ansible-test-roles.yml
vendored
4
.github/workflows/ansible-test-roles.yml
vendored
|
@ -38,12 +38,12 @@ jobs:
|
|||
steps:
|
||||
|
||||
- name: Check out code
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
path: ansible_collections/community/mysql
|
||||
|
||||
- name: Set up Python ${{ matrix.python }}
|
||||
uses: actions/setup-python@v2
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: ${{ matrix.python }}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue