chore(deps): bump actions/checkout from 2 to 4

This commit is contained in:
MDLeom 2024-10-13 02:41:33 +00:00
parent 02ddeffd36
commit c978d0e8ad
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
container: node:lts-alpine
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install Dependencies
run: |
apk update