File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ jobs:
20
20
21
21
steps :
22
22
- name : Checkout this repository
23
- uses : actions/checkout@v2
23
+ uses : actions/checkout@v4
24
24
25
25
- name : Checkout actions repository
26
- uses : actions/checkout@v2
26
+ uses : actions/checkout@v4
27
27
with :
28
28
repository : Exabyte-io/actions
29
29
token : ${{ secrets.BOT_GITHUB_TOKEN }}
@@ -43,10 +43,10 @@ jobs:
43
43
44
44
steps :
45
45
- name : Checkout this repository
46
- uses : actions/checkout@v2
46
+ uses : actions/checkout@v4
47
47
48
48
- name : Checkout actions repository
49
- uses : actions/checkout@v2
49
+ uses : actions/checkout@v4
50
50
with :
51
51
repository : Exabyte-io/actions
52
52
token : ${{ secrets.BOT_GITHUB_TOKEN }}
79
79
80
80
steps :
81
81
- name : Checkout actions repository
82
- uses : actions/checkout@v2
82
+ uses : actions/checkout@v4
83
83
with :
84
84
repository : Exabyte-io/actions
85
85
token : ${{ secrets.BOT_GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments