mirror of
https://github.com/quatalog/quatalog.git
synced 2025-11-29 23:57:22 +00:00
Bump versions for actions
This commit is contained in:
parent
cf953b2f02
commit
efad1e9103
4
.github/workflows/transfer.yml
vendored
4
.github/workflows/transfer.yml
vendored
|
|
@ -29,7 +29,7 @@ jobs:
|
||||||
path: data
|
path: data
|
||||||
|
|
||||||
- name: Set up python
|
- name: Set up python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.11'
|
python-version: '3.11'
|
||||||
cache: 'pip'
|
cache: 'pip'
|
||||||
|
|
@ -63,7 +63,7 @@ jobs:
|
||||||
needs: [scrape-data]
|
needs: [scrape-data]
|
||||||
steps:
|
steps:
|
||||||
- name: Clone Quatalog data
|
- name: Clone Quatalog data
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: quatalog/data
|
repository: quatalog/data
|
||||||
path: quatalog-data
|
path: quatalog-data
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue