This is an automated email from the ASF dual-hosted git repository.
dgrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-nodejs.git
The following commit(s) were added to refs/heads/master by this push:
new 110a0f4 update gha versions (#249)
110a0f4 is described below
commit 110a0f49501512b0e7c60c1df03f00ba5ab1e10d
Author: David Grove <[email protected]>
AuthorDate: Tue Feb 13 08:59:48 2024 -0500
update gha versions (#249)
---
.github/workflows/ci.yaml | 8 ++++----
.github/workflows/on-demand.yaml | 4 ++--
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index ab7de2c..35713bd 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -39,7 +39,7 @@ jobs:
steps:
# Checkout just this repo and run scanCode before we do anything else
- name: Checkout runtime repo
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
with:
path: runtime
- name: Scan Code
@@ -47,12 +47,12 @@ jobs:
# Install core OpenWhisk artifacts needed to build/test anything else
- name: Checkout OpenWhisk core repo
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
with:
repository: apache/openwhisk
path: core
- name: Setup Java
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '11'
@@ -79,7 +79,7 @@ jobs:
# Important: naming convention for release tags is runtime@version
- name: Docker Login
if: ${{ env.PUSH_NIGHTLY == 'true' || env.PUSH_RELEASE == 'true' }}
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USER_OPENWHISK }}
password: ${{ secrets.DOCKERHUB_TOKEN_OPENWHISK }}
diff --git a/.github/workflows/on-demand.yaml b/.github/workflows/on-demand.yaml
index 25b905d..fe6438f 100644
--- a/.github/workflows/on-demand.yaml
+++ b/.github/workflows/on-demand.yaml
@@ -43,7 +43,7 @@ jobs:
steps:
# Checkout just this repo and run scanCode before we do anything else
- name: Checkout runtime repo
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
with:
path: runtime
- name: Scan Code
@@ -56,7 +56,7 @@ jobs:
repository: apache/openwhisk
path: core
- name: Setup Java
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '11'