File tree Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 33
33
34
34
# Check out current repository
35
35
- name : Fetch Sources
36
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
36
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
37
37
timeout-minutes : 1
38
38
39
39
# Validate wrapper
51
51
52
52
# Check out current repository
53
53
- name : Fetch Sources
54
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
54
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
55
55
timeout-minutes : 1
56
56
57
57
# Setup Java environment for the next steps
@@ -114,7 +114,7 @@ jobs:
114
114
115
115
# Check out current repository
116
116
- name : Fetch Sources
117
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
117
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
118
118
timeout-minutes : 1
119
119
120
120
# Setup Java environment for the next steps
@@ -166,7 +166,7 @@ jobs:
166
166
167
167
# Check out current repository
168
168
- name : Fetch Sources
169
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
169
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
170
170
timeout-minutes : 1
171
171
172
172
# Remove old release drafts by using the curl request for the available releases with draft flag
Original file line number Diff line number Diff line change 25
25
26
26
steps :
27
27
- name : Check out repository
28
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
28
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
29
29
timeout-minutes : 1
30
30
31
31
- name : Setup Java
Original file line number Diff line number Diff line change 55
55
changed_files : ${{ steps.changes.outputs.changed_files }}
56
56
steps :
57
57
- name : Check out repository
58
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
58
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
59
59
timeout-minutes : 1
60
60
61
61
- uses : dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
Original file line number Diff line number Diff line change 17
17
18
18
# Check out current repository
19
19
- name : Fetch Sources
20
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
20
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
21
21
timeout-minutes : 1
22
22
with :
23
23
ref : ${{ github.event.release.tag_name }}
Original file line number Diff line number Diff line change 32
32
33
33
steps :
34
34
- name : " Checkout code"
35
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
35
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
36
36
timeout-minutes : 1
37
37
with :
38
38
persist-credentials : false
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
14
14
steps :
15
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
15
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
16
16
timeout-minutes : 1
17
17
18
18
- name : Setup Java
Original file line number Diff line number Diff line change 10
10
update-jetbrains-plugin-platform-version :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
13
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
14
14
timeout-minutes : 1
15
15
with :
16
16
token : ${{ secrets.PAT_TOKEN_FOR_IJ_UPDATE_ACTION }}
You can’t perform that action at this time.
0 commit comments