Skip to content

Commit 8df9be4

Browse files
authored
update gha versions (#48)
1 parent 75567c4 commit 8df9be4

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
@@ -39,20 +39,20 @@ 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
- name: Setup Java
55-
uses: actions/setup-java@v3
55+
uses: actions/setup-java@v4
5656
with:
5757
distribution: 'temurin'
5858
java-version: '11'
@@ -79,7 +79,7 @@ jobs:
7979
# Important: naming convention for release tags is runtime@version
8080
- name: Docker Login
8181
if: ${{ env.PUSH_NIGHTLY == 'true' || env.PUSH_RELEASE == 'true' }}
82-
uses: docker/login-action@v2
82+
uses: docker/login-action@v3
8383
with:
8484
username: ${{ secrets.DOCKERHUB_USER_OPENWHISK }}
8585
password: ${{ secrets.DOCKERHUB_TOKEN_OPENWHISK }}

0 commit comments

Comments
 (0)