File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -36,15 +36,15 @@ jobs:
36
36
steps :
37
37
# Checkout just this repo and run scanCode before we do anything else
38
38
- name : Checkout client-js repo
39
- uses : actions/checkout@v3
39
+ uses : actions/checkout@v4
40
40
with :
41
41
path : client-js
42
42
- name : Scan Code
43
43
uses : apache/openwhisk-utilities/scancode@master
44
44
45
45
# Configure Java, Node.js, and Python environments
46
46
- name : Setup Java
47
- uses : actions/setup-java@v3
47
+ uses : actions/setup-java@v4
48
48
with :
49
49
distribution : ' temurin'
50
50
java-version : ' 11'
53
53
with :
54
54
node-version : 18
55
55
- name : Setup Python
56
- uses : actions/setup-python@v4
56
+ uses : actions/setup-python@v5
57
57
with :
58
58
python-version : ' 3.10'
59
59
68
68
69
69
# Deploy OpenWhisk so we can run this repos integration tests
70
70
- name : Checkout OpenWhisk core repo
71
- uses : actions/checkout@v3
71
+ uses : actions/checkout@v4
72
72
with :
73
73
repository : apache/openwhisk
74
74
path : core
You can’t perform that action at this time.
0 commit comments