Skip to content

Commit

Permalink
Update actions/checkout to latest version
Browse files Browse the repository at this point in the history
rocallahan committed May 26, 2024
1 parent e74ad54 commit 36b1786
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android-build.yml
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ jobs:
name: Android Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Build Dockerfile
shell: bash
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ jobs:
- ${{ inputs.runner_id }}
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Build
run: ./scripts/github-actions-build.sh

0 comments on commit 36b1786

Please sign in to comment.