Skip to content

Commit

Permalink
Merge pull request #112 from khoren93/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
khoren93 authored Dec 15, 2023
2 parents a7c0dad + 31df9bc commit c1bb285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
# Setup Java environment in order to build the Android app.
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
java-version: 11
Expand Down

0 comments on commit c1bb285

Please sign in to comment.