diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d81cd5d..9fbee60 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: steps: - name: 📥 Checkout Repository - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: ⚙️ Setup Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4