Skip to content

Commit

Permalink
Merge pull request #22 from swapnil-musale/chore/update-dependencyact…
Browse files Browse the repository at this point in the history
…ions-checkout-4.x

chore(deps): update actions/checkout action to v4
  • Loading branch information
swapnil-musale authored Sep 8, 2023
2 parents 30c36af + 8995ac6 commit 88130ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: set up JDK 17
uses: actions/setup-java@v3
with:
Expand All @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: set up JDK 17
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 88130ef

Please sign in to comment.