Skip to content

Commit 110a0f4

Browse files
authored
update gha versions (#249)
1 parent 6a30a01 commit 110a0f4

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yaml

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

.github/workflows/on-demand.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
steps:
4444
# Checkout just this repo and run scanCode before we do anything else
4545
- name: Checkout runtime repo
46-
uses: actions/checkout@v3
46+
uses: actions/checkout@v4
4747
with:
4848
path: runtime
4949
- name: Scan Code
@@ -56,7 +56,7 @@ jobs:
5656
repository: apache/openwhisk
5757
path: core
5858
- name: Setup Java
59-
uses: actions/setup-java@v3
59+
uses: actions/setup-java@v4
6060
with:
6161
distribution: 'temurin'
6262
java-version: '11'

0 commit comments

Comments
 (0)