ci: update GitHub action versions

This commit is contained in:
Kenneth 2026-03-25 10:26:15 +08:00 committed by GitHub
parent 8dc6d59e33
commit c2f06bd3f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,12 +14,12 @@ jobs:
strategy:
matrix:
node-version: [24.x]
node-version: [24]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node-version }}
cache: "npm"