File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 56
56
57
57
# https://github.com/actions/checkout
58
58
- name : Checkout repository
59
- uses : actions/checkout@v3
59
+ uses : actions/checkout@v4
60
60
61
61
- name : Install Python dependencies
62
62
run : |
Original file line number Diff line number Diff line change 18
18
run : |
19
19
python -m pip install --upgrade pip
20
20
python -m pip install pipenv
21
- - uses : actions/checkout@v3
21
+ - uses : actions/checkout@v4
22
22
with :
23
23
token : ${{ secrets.ADMIN_GITHUB_TOKEN }}
24
24
- name : Install app dependencies
Original file line number Diff line number Diff line change 17
17
run : |
18
18
python -m pip install --upgrade pip
19
19
python -m pip install pipenv
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
21
21
- name : Install app dependencies
22
22
run : |
23
23
pipenv sync
Original file line number Diff line number Diff line change 17
17
run : |
18
18
python -m pip install --upgrade pip
19
19
python -m pip install pipenv
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
21
21
- name : Install app dependencies
22
22
run : |
23
23
pipenv sync
You can’t perform that action at this time.
0 commit comments