Skip to content

Commit 8296492

Browse files
authored
update action versions (#155)
1 parent 944d7a8 commit 8296492

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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'
@@ -81,7 +81,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)