Merge pull request #14 from anas-elgarhy/renovate/actions-checkout-3.x

chore(deps): update actions/checkout action to v3
This commit is contained in:
mergify[bot] 2023-05-03 17:58:35 +00:00 committed by GitHub
commit 5875c4c2fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ jobs:
packages: write
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:

View File

@ -16,7 +16,7 @@ jobs:
packages: write
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with: