Skip to content

Commit 95392df

Browse files
committed
Updated CI config
1 parent da14609 commit 95392df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- uses: actions/checkout@v4
26-
- uses: actions/setup-java@v3
26+
- uses: actions/setup-java@v4
2727
with:
2828
distribution: 'temurin'
2929
java-version: '17'
@@ -52,7 +52,7 @@ jobs:
5252
run: |
5353
bash build_apk.sh
5454
- name: Slack notification
55-
uses: 8398a7/action-slack@v2
55+
uses: 8398a7/action-slack@v3
5656
with:
5757
status: ${{ job.status }}
5858
author_name: Integration Testing

0 commit comments

Comments
 (0)