Bump checkout action to latest version

This commit is contained in:
Andreas Deininger 2023-12-23 12:05:57 +01:00
parent c9b46fe7aa
commit cabb48ee78
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