File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 30
30
steps :
31
31
32
32
- name : Checkout repository
33
- uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # 3.6.0
33
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 4.1.1
34
34
35
35
- name : Set up JDK 11
36
36
uses : actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # 3.12.0
75
75
steps :
76
76
77
77
- name : Checkout repository
78
- uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # 3.6.0
78
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 4.1.1
79
79
80
80
- name : Download built sources
81
81
uses : actions/download-artifact@v3
@@ -181,7 +181,7 @@ jobs:
181
181
steps :
182
182
183
183
- name : Checkout repository
184
- uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # 3.6.0
184
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 4.1.1
185
185
with :
186
186
ref : gh-pages
187
187
Original file line number Diff line number Diff line change 48
48
steps :
49
49
50
50
- name : Checkout repository
51
- uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # 3.6.0
51
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 4.1.1
52
52
with :
53
53
fetch-depth : 32
54
54
You can’t perform that action at this time.
0 commit comments