This is an automated email from the ASF dual-hosted git repository.
style95 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-client-js.git
The following commit(s) were added to refs/heads/master by this push:
new 23b2b8a update versions of github actions (#270)
23b2b8a is described below
commit 23b2b8af45e42794cd6fd817a70add4db65fd0b6
Author: David Grove <[email protected]>
AuthorDate: Sat Feb 10 19:44:42 2024 -0500
update versions of github actions (#270)
---
.github/workflows/ci.yaml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index c367372..86dc782 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -36,7 +36,7 @@ jobs:
steps:
# Checkout just this repo and run scanCode before we do anything else
- name: Checkout client-js repo
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
with:
path: client-js
- name: Scan Code
@@ -44,7 +44,7 @@ jobs:
# Configure Java, Node.js, and Python environments
- name: Setup Java
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '11'
@@ -53,7 +53,7 @@ jobs:
with:
node-version: 18
- name: Setup Python
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
with:
python-version: '3.10'
@@ -68,7 +68,7 @@ jobs:
# Deploy OpenWhisk so we can run this repos integration tests
- name: Checkout OpenWhisk core repo
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
with:
repository: apache/openwhisk
path: core