Merge pull request #120 from 4drian3d/renovate/actions-checkout-4.x

chore(deps): update actions/checkout action to v4
This commit is contained in:
Adrian 2023-09-04 20:56:49 -05:00 committed by GitHub
commit 29fa58cc4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v3