ci: Bump actions version

This commit is contained in:
Sion Kang 2024-06-17 23:33:49 +09:00 committed by GitHub
parent 534bdaaec7
commit 0b58cc8f59
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,10 +17,10 @@ jobs:
steps: steps:
- name: Check out Git repository # Step to check out the repository - name: Check out Git repository # Step to check out the repository
uses: actions/checkout@v2 # Use the checkout action version 2 uses: actions/checkout@v4 # Use the checkout action version 2
- name: Set up Node.js # Step to set up Node.js environment - name: Set up Node.js # Step to set up Node.js environment
uses: actions/setup-node@v1 # Use the setup-node action version 1 uses: actions/setup-node@v4 # Use the setup-node action version 1
with: with:
node-version: 20 # Specify Node.js version 20 node-version: 20 # Specify Node.js version 20