diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9407fe8..9743f39 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Node Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 with: