File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 14
14
ep4k-changed : ${{ steps.filter.outputs.ep4k-changed }}
15
15
steps :
16
16
- name : Checkout
17
- uses : actions/checkout@v4.1.7
17
+ uses : actions/checkout@v4.2.1
18
18
19
19
- name : Check for changes
20
20
uses : dorny/paths-filter@v3.0.2
34
34
if : needs.change-triage.outputs.ep4k-changed == 'true'
35
35
steps :
36
36
- name : Checkout
37
- uses : actions/checkout@v4.1.7
37
+ uses : actions/checkout@v4.2.1
38
38
with :
39
39
fetch-depth : 0
40
40
68
68
if : needs.change-triage.outputs.pg4k-pgd-changed == 'true'
69
69
steps :
70
70
- name : Checkout
71
- uses : actions/checkout@v4.1.7
71
+ uses : actions/checkout@v4.2.1
72
72
with :
73
73
fetch-depth : 0
74
74
@@ -110,7 +110,7 @@ jobs:
110
110
if : needs.change-triage.outputs.ep4k-changed == 'true'
111
111
steps :
112
112
- name : Checkout
113
- uses : actions/checkout@v4.1.7
113
+ uses : actions/checkout@v4.2.1
114
114
with :
115
115
fetch-depth : 0
116
116
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-22.04
12
12
steps :
13
13
- name : Checkout
14
- uses : actions/checkout@v4.1.7
14
+ uses : actions/checkout@v4.2.1
15
15
with :
16
16
fetch-depth : 0
17
17
Original file line number Diff line number Diff line change 13
13
steps :
14
14
-
15
15
name : Checkout
16
- uses : actions/checkout@v4.1.7
16
+ uses : actions/checkout@v4.2.1
17
17
-
18
18
name : Get tag
19
19
run : |
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-22.04
11
11
steps :
12
12
- name : Checkout
13
- uses : actions/checkout@v4.1.7
13
+ uses : actions/checkout@v4.2.1
14
14
with :
15
15
fetch-depth : 0
16
16
24
24
runs-on : ubuntu-22.04
25
25
steps :
26
26
- name : Checkout
27
- uses : actions/checkout@v4.1.7
27
+ uses : actions/checkout@v4.2.1
28
28
with :
29
29
ref : gh-pages
30
30
fetch-depth : 0
Original file line number Diff line number Diff line change 15
15
steps :
16
16
-
17
17
name : Checkout
18
- uses : actions/checkout@v4.1.7
18
+ uses : actions/checkout@v4.2.1
19
19
-
20
20
name : Temporarily disable "include administrators" branch protection
21
21
if : ${{ always() && github.ref == 'refs/heads/main' }}
You can’t perform that action at this time.
0 commit comments