Bump GitHub Actions versions (#2618)

This commit is contained in:
TurboRx 2026-03-19 06:33:45 +05:30 committed by GitHub
parent 79b4d0d5e2
commit 11b7783035
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,9 +19,9 @@ jobs:
node-version: [22.x] node-version: [22.x]
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v6
- name: Use Node.js ${{ matrix.node-version }} - name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4 uses: actions/setup-node@v6
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
cache: 'npm' cache: 'npm'