diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 57adf4bd..fc1efbb9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Use Nodejs ${{ matrix.node-version }} uses: actions/setup-node@v3