Skip to content

Commit

Permalink
update versions of github actions (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrove-oss authored Feb 11, 2024
1 parent 9e8923a commit 23b2b8a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ 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
uses: apache/openwhisk-utilities/scancode@master

# 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'
Expand All @@ -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'

Expand All @@ -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
Expand Down

0 comments on commit 23b2b8a

Please sign in to comment.