diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 38b03c3..6130576 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,7 +16,7 @@ jobs: node-version: [18.x, 20.x, 22.x] steps: - name: Checkout code - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.1 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4.0.3 with: