diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1f177f35c..6e558cab9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,9 +10,9 @@ jobs: CI: true steps: - name: Checkout ${{ github.sha }} - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Use Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 20 registry-url: https://registry.npmjs.org/