File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3131
3232 steps :
3333 - name : Checkout
34- uses : actions/checkout@v2
34+ uses : actions/checkout@v4
3535
3636 - name : Setup JDK
3737 uses : actions/setup-java@v3
@@ -115,10 +115,10 @@ jobs:
115115 steps :
116116 # 1
117117 - name : Checkout code
118- uses : actions/checkout@v2
118+ uses : actions/checkout@v4
119119
120120 - name : Create release tag
121- uses : actions/github-script@v5
121+ uses : actions/github-script@v7
122122 with :
123123 github-token : ${{ secrets.GITHUB_TOKEN }}
124124 script : |
@@ -130,7 +130,7 @@ jobs:
130130 })
131131
132132 - name : Workaround to fetch the tag # Is there a better way to do it?
133- uses : actions/checkout@v2
133+ uses : actions/checkout@v4
134134 with :
135135 fetch-depth : 0
136136 # 2
Original file line number Diff line number Diff line change 2323
2424 steps :
2525 - name : Checkout
26- uses : actions/checkout@v2
26+ uses : actions/checkout@v4
2727
2828 - name : Setup JDK
2929 uses : actions/setup-java@v3
5252
5353 steps :
5454 - name : Checkout
55- uses : actions/checkout@v2
55+ uses : actions/checkout@v4
5656
5757 - name : Setup JDK
5858 uses : actions/setup-java@v3
You can’t perform that action at this time.
0 commit comments