Bump action to prevent deprecation warnings

This commit is contained in:
Laurent Indermuehle 2024-04-09 08:48:43 +02:00
parent bcee62b99f
commit 9400ec206e
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09

View file

@ -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 }}