1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2024-11-25 07:10:17 +01:00

.github/workflows: update actions

Update actions to latest versions:

- actions/checkout@v3
- actions/setup-python@v4
This commit is contained in:
Alan Orth 2022-10-03 19:36:29 +03:00
parent 58b7b6e9d8
commit 5ea38d65bd

View File

@ -15,9 +15,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python 3.10
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install dependencies