Skip to content

Commit

Permalink
update action versions
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Cassidy <steve.cassidy@mq.edu.au>
  • Loading branch information
stevecassidy committed Aug 21, 2024
1 parent aa48208 commit cf67de8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly-android-testbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
outputs:
should_run: ${{ steps.commitswithintime.outputs.has-new-commits-within-time }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Run CommitsWithinTime script
uses: AlexHolderDeveloper/CommitsWithinTime@v1.1.11
uses: AlexHolderDeveloper/CommitsWithinTime@v1.1.12
id: commitswithintime
with:
days: 1
Expand Down

0 comments on commit cf67de8

Please sign in to comment.