File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
18
18
name : Build only
19
19
20
20
steps :
21
- - uses : actions/checkout@v3
21
+ - uses : actions/checkout@v4
22
22
23
23
- name : Setup python
24
- uses : actions/setup-python@v4
24
+ uses : actions/setup-python@v5
25
25
with :
26
26
python-version : ' 3.11'
27
27
cache : ' pip'
Original file line number Diff line number Diff line change 45
45
VERSION : ${{ needs.check-version.outputs.version }}
46
46
47
47
steps :
48
- - uses : actions/checkout@v3
48
+ - uses : actions/checkout@v4
49
49
50
50
- name : Configure git
51
51
run : |
@@ -68,12 +68,12 @@ jobs:
68
68
VERSION : ${{ needs.check-version.outputs.version }}
69
69
70
70
steps :
71
- - uses : actions/checkout@v3
71
+ - uses : actions/checkout@v4
72
72
with :
73
73
fetch-depth : 0
74
74
75
75
- name : Setup python
76
- uses : actions/setup-python@v4
76
+ uses : actions/setup-python@v5
77
77
with :
78
78
python-version : ' 3.11'
79
79
cache : ' pip'
Original file line number Diff line number Diff line change 7
7
issue-links :
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : tkt-actions/add-issue-links@v1.6.0
10
+ - uses : tkt-actions/add-issue-links@v1.8.2
11
11
with :
12
12
repo-token : ' ${{ secrets.GITHUB_TOKEN }}'
13
13
branch-prefix : ' gh-'
Original file line number Diff line number Diff line change 14
14
VERSION_UPDATE_BRANCH : updating-v1docs-gaffer-version-${{ github.event.inputs.version }}
15
15
steps :
16
16
- name : Checkout v1docs
17
- uses : actions/checkout@v2
17
+ uses : actions/checkout@v4
18
18
with :
19
19
ref : v1docs
20
20
token : ${{ secrets.ADMIN_GITHUB_TOKEN }}
25
25
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
26
26
27
27
- name : Setup JDK
28
- uses : actions/setup-java@v2
28
+ uses : actions/setup-java@v4
29
29
with :
30
30
distribution : ' zulu'
31
31
java-version : ' 8'
You can’t perform that action at this time.
0 commit comments