@@ -15,13 +15,13 @@ jobs:
15
15
java : [ 11 ]
16
16
runs-on : ubuntu-22.04
17
17
steps :
18
- - uses : actions/checkout@v3
19
- - uses : actions/setup-java@v3
18
+ - uses : actions/checkout@v4
19
+ - uses : actions/setup-java@v4
20
20
with :
21
21
java-version : ${{ matrix.java }}
22
22
distribution : temurin
23
23
cache : maven
24
- - uses : actions/setup-python@v4
24
+ - uses : actions/setup-python@v5
25
25
with :
26
26
python-version : 3.11
27
27
- name : install pyenv
@@ -58,14 +58,14 @@ jobs:
58
58
os : [ ubuntu-22.04, macos-12 ]
59
59
runs-on : ${{ matrix.os }}
60
60
steps :
61
- - uses : actions/checkout@v3
61
+ - uses : actions/checkout@v4
62
62
- name : install utils (macos)
63
63
if : matrix.os == 'macos-12'
64
64
shell : bash
65
65
run : |
66
66
brew update --preinstall
67
67
brew install coreutils
68
- - uses : actions/setup-python@v4
68
+ - uses : actions/setup-python@v5
69
69
with :
70
70
python-version : 3.11
71
71
- name : install python dependencies
@@ -101,7 +101,7 @@ jobs:
101
101
lint-shell :
102
102
runs-on : ubuntu-22.04
103
103
steps :
104
- - uses : actions/checkout@v3
104
+ - uses : actions/checkout@v4
105
105
- name : Run ShellCheck
106
106
107
107
with :
@@ -111,7 +111,7 @@ jobs:
111
111
lint-python :
112
112
runs-on : ubuntu-22.04
113
113
steps :
114
- - uses : actions/checkout@v3
114
+ - uses : actions/checkout@v4
115
115
- name : install python dependencies
116
116
shell : bash
117
117
run : |
0 commit comments