Skip to content

Commit 0c9ee4c

Browse files
authored
update versions of GitHub Actions (#103)
1 parent 6df9d14 commit 0c9ee4c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,27 +39,27 @@ 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

5555
- name: Checkout OpenWhisk Utilities repo
56-
uses: actions/checkout@v3
56+
uses: actions/checkout@v4
5757
with:
5858
repository: apache/openwhisk-utilities
5959
path: utilities
6060

6161
- name: Setup Java
62-
uses: actions/setup-java@v3
62+
uses: actions/setup-java@v4
6363
with:
6464
distribution: 'temurin'
6565
java-version: '11'
@@ -102,7 +102,7 @@ jobs:
102102
# Important: naming convention for release tags is runtime@version
103103
- name: Docker Login
104104
if: ${{ env.PUSH_NIGHTLY == 'true' || env.PUSH_RELEASE == 'true' }}
105-
uses: docker/login-action@v2
105+
uses: docker/login-action@v3
106106
with:
107107
username: ${{ secrets.DOCKERHUB_USER_OPENWHISK }}
108108
password: ${{ secrets.DOCKERHUB_TOKEN_OPENWHISK }}

0 commit comments

Comments
 (0)