chore(deps): update actions/checkout action to v4.1.1

This commit is contained in:
renovate[bot] 2023-10-17 16:56:23 +00:00 committed by GitHub
parent 68dce668d1
commit d1ff2d4fca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ jobs:
node-version: [18]
steps:
- name: Checkout Git repository
uses: actions/checkout@v4.1.0
uses: actions/checkout@v4.1.1
- name: Setup pnpm
uses: pnpm/action-setup@v2.4.0