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:
3939 steps :
4040 # Checkout just this repo and run scanCode before we do anything else
4141 - name : Checkout runtime repo
42- uses : actions/checkout@v3
42+ uses : actions/checkout@v4
4343 with :
4444 path : runtime
4545 - name : Scan Code
4646 uses : apache/openwhisk-utilities/scancode@master
4747
4848 # Install core OpenWhisk artifacts needed to build/test anything else
4949 - name : Checkout OpenWhisk core repo
50- uses : actions/checkout@v3
50+ uses : actions/checkout@v4
5151 with :
5252 repository : apache/openwhisk
5353 path : core
5454 - name : Setup Java
55- uses : actions/setup-java@v3
55+ uses : actions/setup-java@v4
5656 with :
5757 distribution : ' temurin'
5858 java-version : ' 11'
7979 # Important: naming convention for release tags is runtime@version
8080 - name : Docker Login
8181 if : ${{ env.PUSH_NIGHTLY == 'true' || env.PUSH_RELEASE == 'true' }}
82- uses : docker/login-action@v2
82+ uses : docker/login-action@v3
8383 with :
8484 username : ${{ secrets.DOCKERHUB_USER_OPENWHISK }}
8585 password : ${{ secrets.DOCKERHUB_TOKEN_OPENWHISK }}
You can’t perform that action at this time.
0 commit comments