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 @@ -39,20 +39,20 @@ jobs:
39
39
steps :
40
40
# Checkout just this repo and run scanCode before we do anything else
41
41
- name : Checkout runtime repo
42
- uses : actions/checkout@v3
42
+ uses : actions/checkout@v4
43
43
with :
44
44
path : runtime
45
45
- name : Scan Code
46
46
uses : apache/openwhisk-utilities/scancode@master
47
47
48
48
# Install core OpenWhisk artifacts needed to build/test anything else
49
49
- name : Checkout OpenWhisk core repo
50
- uses : actions/checkout@v3
50
+ uses : actions/checkout@v4
51
51
with :
52
52
repository : apache/openwhisk
53
53
path : core
54
54
- name : Setup Java
55
- uses : actions/setup-java@v3
55
+ uses : actions/setup-java@v4
56
56
with :
57
57
distribution : ' temurin'
58
58
java-version : ' 11'
79
79
# Important: naming convention for release tags is runtime@version
80
80
- name : Docker Login
81
81
if : ${{ env.PUSH_NIGHTLY == 'true' || env.PUSH_RELEASE == 'true' }}
82
- uses : docker/login-action@v2
82
+ uses : docker/login-action@v3
83
83
with :
84
84
username : ${{ secrets.DOCKERHUB_USER_OPENWHISK }}
85
85
password : ${{ secrets.DOCKERHUB_TOKEN_OPENWHISK }}
You can’t perform that action at this time.
0 commit comments