Skip to content

Commit 23b2b8a

Browse files
authored
update versions of github actions (#270)
1 parent 9e8923a commit 23b2b8a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ jobs:
3636
steps:
3737
# Checkout just this repo and run scanCode before we do anything else
3838
- name: Checkout client-js repo
39-
uses: actions/checkout@v3
39+
uses: actions/checkout@v4
4040
with:
4141
path: client-js
4242
- name: Scan Code
4343
uses: apache/openwhisk-utilities/scancode@master
4444

4545
# Configure Java, Node.js, and Python environments
4646
- name: Setup Java
47-
uses: actions/setup-java@v3
47+
uses: actions/setup-java@v4
4848
with:
4949
distribution: 'temurin'
5050
java-version: '11'
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
node-version: 18
5555
- name: Setup Python
56-
uses: actions/setup-python@v4
56+
uses: actions/setup-python@v5
5757
with:
5858
python-version: '3.10'
5959

@@ -68,7 +68,7 @@ jobs:
6868
6969
# Deploy OpenWhisk so we can run this repos integration tests
7070
- name: Checkout OpenWhisk core repo
71-
uses: actions/checkout@v3
71+
uses: actions/checkout@v4
7272
with:
7373
repository: apache/openwhisk
7474
path: core

0 commit comments

Comments
 (0)