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

This commit is contained in:
Ming Di Leom 2024-10-14 07:28:37 +00:00
parent 6ea8f197fe
commit af739fb606
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