chore(deps): use actions/checkout >4 instead of 4.0.0 exactly (#4361)

This commit is contained in:
Marc Pichler 2023-12-13 10:16:19 +01:00 committed by GitHub
parent af4f7a9daf
commit 4fe1ae8aaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ jobs:
NPM_CONFIG_UNSAFE_PERM: true
steps:
- name: Checkout
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: 'npm'