File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,20 +41,20 @@ jobs:
4141 steps :
4242 # Checkout just this repo and run scanCode before we do anything else
4343 - name : Checkout runtime repo
44- uses : actions/checkout@v3
44+ uses : actions/checkout@v4
4545 with :
4646 path : runtime
4747 - name : Scan Code
4848 uses : apache/openwhisk-utilities/scancode@master
4949
5050 # Install core OpenWhisk artifacts needed to build/test anything else
5151 - name : Checkout OpenWhisk core repo
52- uses : actions/checkout@v3
52+ uses : actions/checkout@v4
5353 with :
5454 repository : apache/openwhisk
5555 path : core
5656 - name : Setup Java
57- uses : actions/setup-java@v3
57+ uses : actions/setup-java@v4
5858 with :
5959 distribution : ' temurin'
6060 java-version : ' 11'
8181 # Important: naming convention for release tags is runtime@version
8282 - name : Docker Login
8383 if : ${{ env.PUSH_NIGHTLY == 'true' || env.PUSH_RELEASE == 'true' }}
84- uses : docker/login-action@v2
84+ uses : docker/login-action@v3
8585 with :
8686 username : ${{ secrets.DOCKERHUB_USER_OPENWHISK }}
8787 password : ${{ secrets.DOCKERHUB_TOKEN_OPENWHISK }}
You can’t perform that action at this time.
0 commit comments