mirror of
https://github.com/quatalog/quatalog.git
synced 2025-11-29 15:55:55 +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
|
||||
|
||||
- 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue