Bump versions for actions

This commit is contained in:
powe97 2024-02-29 22:01:40 -05:00 committed by GitHub
parent cf953b2f02
commit efad1e9103
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,7 +29,7 @@ jobs:
path: data
- name: Set up python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.11'
cache: 'pip'
@ -63,7 +63,7 @@ jobs:
needs: [scrape-data]
steps:
- name: Clone Quatalog data
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: quatalog/data
path: quatalog-data