File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,15 +36,15 @@ jobs:
3636 steps :
3737 # Checkout just this repo and run scanCode before we do anything else
3838 - name : Checkout client-js repo
39- uses : actions/checkout@v3
39+ uses : actions/checkout@v4
4040 with :
4141 path : client-js
4242 - name : Scan Code
4343 uses : apache/openwhisk-utilities/scancode@master
4444
4545 # Configure Java, Node.js, and Python environments
4646 - name : Setup Java
47- uses : actions/setup-java@v3
47+ uses : actions/setup-java@v4
4848 with :
4949 distribution : ' temurin'
5050 java-version : ' 11'
5353 with :
5454 node-version : 18
5555 - name : Setup Python
56- uses : actions/setup-python@v4
56+ uses : actions/setup-python@v5
5757 with :
5858 python-version : ' 3.10'
5959
6868
6969 # Deploy OpenWhisk so we can run this repos integration tests
7070 - name : Checkout OpenWhisk core repo
71- uses : actions/checkout@v3
71+ uses : actions/checkout@v4
7272 with :
7373 repository : apache/openwhisk
7474 path : core
You can’t perform that action at this time.
0 commit comments