mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-05 14:23:53 +01:00
Fix update dependencies workflow checkout step
This commit is contained in:
parent
0c0cd16bda
commit
900dfbac3d
1 changed files with 2 additions and 1 deletions
3
.github/workflows/update-dependencies.yaml
vendored
3
.github/workflows/update-dependencies.yaml
vendored
|
@ -15,7 +15,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
ref: master
|
with:
|
||||||
|
ref: master
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue