Merge pull request #201 from Borales/renovate/actions-checkout-4.x

Update actions/checkout action to v4
This commit is contained in:
Oleksandr Bordun 2023-09-11 16:18:34 +02:00 committed by GitHub
commit fd9d464350
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set Node.js 18.x
uses: actions/setup-node@v3.8.1