File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 16
16
env :
17
17
GITHUB_CONTEXT : ${{ toJson(github) }}
18
18
run : echo "$GITHUB_CONTEXT"
19
- - uses : actions/checkout@v3
19
+ - uses : actions/checkout@v4
20
20
- name : Set up Python
21
21
uses : actions/setup-python@v4
22
22
with :
52
52
env :
53
53
GITHUB_CONTEXT : ${{ toJson(github) }}
54
54
run : echo "$GITHUB_CONTEXT"
55
- - uses : actions/checkout@v2
55
+ - uses : actions/checkout@v4
56
56
- name : Set up Python
57
57
uses : actions/setup-python@v2
58
58
with :
Original file line number Diff line number Diff line change 19
19
env :
20
20
GITHUB_CONTEXT : ${{ toJson(github) }}
21
21
run : echo "$GITHUB_CONTEXT"
22
- - uses : actions/checkout@v2
22
+ - uses : actions/checkout@v4
23
23
- name : Set up Python
24
24
uses : actions/setup-python@v2
25
25
with :
58
58
env :
59
59
GITHUB_CONTEXT : ${{ toJson(github) }}
60
60
run : echo "$GITHUB_CONTEXT"
61
- - uses : actions/checkout@v2
61
+ - uses : actions/checkout@v4
62
62
- name : Set up Python
63
63
uses : actions/setup-python@v2
64
64
with :
Original file line number Diff line number Diff line change 25
25
shell : bash
26
26
27
27
steps :
28
- - uses : actions/checkout@v3
28
+ - uses : actions/checkout@v4
29
29
- name : Set up Python
30
30
uses : actions/setup-python@v4
31
31
with :
You can’t perform that action at this time.
0 commit comments