Bump checkout action to latest version (#401)

This commit is contained in:
Andreas Deininger 2024-02-23 21:17:15 +01:00 committed by GitHub
parent 4634c16e79
commit 975c1b265e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View file

@ -8,7 +8,7 @@ jobs:
steps:
# https://github.com/actions/checkout
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install
run: npm ci
- name: Build