Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
testableapple committed Nov 12, 2024
1 parent 9888235 commit ae9d81f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/actions/gradle-cache/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ inputs:
runs:
using: "composite"
steps:
- uses: actions/cache@v3.0.11
- uses: actions/cache@v4
with:
path: |
~/.gradle/caches
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Set up JDK 17
uses: actions/setup-java@v3.6.0
uses: actions/setup-java@v4
with:
distribution: adopt
java-version: 17
Expand Down Expand Up @@ -70,15 +70,15 @@ jobs:
LAUNCH_ID: ${{ needs.allure_testops_launch.outputs.launch_id }}
steps:
- name: Connect Bot
uses: webfactory/ssh-agent@v0.7.0
uses: webfactory/ssh-agent@v0.9.0
with:
ssh-private-key: ${{ secrets.BOT_SSH_PRIVATE_KEY }}
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
name: apks
- name: Set up JDK 17
uses: actions/setup-java@v3.6.0
uses: actions/setup-java@v4
with:
distribution: adopt
java-version: 17
Expand Down

0 comments on commit ae9d81f

Please sign in to comment.