Merge pull request #81 from zaneschepke/dependabot/github_actions/actions/checkout-4

build(deps): bump actions/checkout from 3 to 4
This commit is contained in:
Zane Schepke 2024-01-01 12:20:19 -05:00 committed by GitHub
commit 96800037d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ jobs:
SIGNING_STORE_PASSWORD: ${{ secrets.SIGNING_STORE_PASSWORD }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with: