File tree 6 files changed +12
-12
lines changed
6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 13
13
steps :
14
14
15
15
- name : Checkout
16
- uses : actions/checkout@v2
16
+ uses : actions/checkout@v4
17
17
18
18
- name : Fetch Pull Request Details
19
19
id : pull_request
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@v3
14
+ uses : actions/checkout@v4
15
15
with :
16
16
ref : develop
17
17
Original file line number Diff line number Diff line change 16
16
echo "month=$(date +%b)" >> "${GITHUB_OUTPUT}"
17
17
18
18
- name : Checkout
19
- uses : actions/checkout@v3
19
+ uses : actions/checkout@v4
20
20
with :
21
21
token : ${{ secrets.CF_BOT_GITHUB_TOKEN }}
22
22
ref : develop
Original file line number Diff line number Diff line change 13
13
runs-on :
14
14
- ubuntu-22.04
15
15
steps :
16
- - uses : actions/checkout@v3
16
+ - uses : actions/checkout@v4
17
17
- uses : micnncim/action-label-syncer@v1
18
18
env :
19
19
GITHUB_TOKEN : ${{ github.token }}
Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ jobs:
12
12
steps :
13
13
14
14
- name : Setup Go
15
- uses : actions/setup-go@v1
15
+ uses : actions/setup-go@v4
16
16
with :
17
17
go-version : 1.19.x
18
18
19
19
- name : Checkout
20
- uses : actions/checkout@v2
20
+ uses : actions/checkout@v4
21
21
22
22
- run : git fetch --depth=1 origin +refs/tags/*:refs/tags/* || true
23
23
32
32
needs : unit
33
33
steps :
34
34
- name : Checkout
35
- uses : actions/checkout@v2
35
+ uses : actions/checkout@v4
36
36
37
37
- name : Set Matrix
38
38
id : set-matrix
@@ -51,12 +51,12 @@ jobs:
51
51
steps :
52
52
53
53
- name : Setup Go
54
- uses : actions/setup-go@v1
54
+ uses : actions/setup-go@v4
55
55
with :
56
56
go-version : 1.19.x
57
57
58
58
- name : Checkout
59
- uses : actions/checkout@v2
59
+ uses : actions/checkout@v4
60
60
61
61
- run : git fetch --depth=1 origin +refs/tags/*:refs/tags/* || true
62
62
@@ -112,7 +112,7 @@ jobs:
112
112
113
113
- name : Checkout
114
114
if : steps.human-commits.outputs.human_commits == 'false' && steps.unverified-commits.outputs.unverified_commits == 'false'
115
- uses : actions/checkout@v2
115
+ uses : actions/checkout@v4
116
116
with :
117
117
ref : ${{ github.event.pull_request.head.sha }}
118
118
Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ jobs:
12
12
steps :
13
13
14
14
- name : Checkout
15
- uses : actions/checkout@v2
15
+ uses : actions/checkout@v4
16
16
with :
17
17
token : ${{ secrets.CF_BOT_GITHUB_TOKEN }}
18
18
ref : develop
19
19
20
20
- name : Checkout github-config
21
- uses : actions/checkout@v2
21
+ uses : actions/checkout@v4
22
22
with :
23
23
repository : cloudfoundry/buildpacks-github-config
24
24
path : github-config
You can’t perform that action at this time.
0 commit comments