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

This commit is contained in:
Ming Di Leom 2026-03-13 08:56:10 +00:00
parent cb18b90966
commit f7b9fcd6af
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@v4
- uses: actions/checkout@v6
- name: Install Dependencies
run: |
apk update