Skip to content

Commit

Permalink
Merge pull request #206 from AppDevNext/dependabot/github_actions/mas…
Browse files Browse the repository at this point in the history
…ter/actions/checkout-4.1.3

Bump actions/checkout from 4.1.2 to 4.1.3
  • Loading branch information
hannesa2 authored Apr 22, 2024
2 parents 9560752 + 1d3c7b1 commit e306cde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Android-CI-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
fetch-depth: 0
- name: Install JDK
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Android-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
java_version: [ 17 ]
steps:
- name: Checkout
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
fetch-depth: 0
submodules: true
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
java_version: [ 17 ]
steps:
- name: Checkout
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
fetch-depth: 0
- name: Install JDK ${{ matrix.java_version }}
Expand Down

0 comments on commit e306cde

Please sign in to comment.