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

This commit is contained in:
Ming Di Leom 2024-10-13 02:39:57 +00:00
parent 732ec221f7
commit 60492c7d8d
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