diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 48be3928..47c50394 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 70947bc3..1ada2cea 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,10 +11,10 @@ name: ci # # name: Lint # # runs-on: ubuntu-latest # # steps: -# # - uses: actions/checkout@v4 +# # - uses: actions/checkout@v5 # # - name: Set up Node.js -# # uses: actions/setup-node@v4 +# # uses: actions/setup-node@v5 # # with: # # node-version: '20' # # cache: 'npm' @@ -35,10 +35,10 @@ name: ci # node-version: ['lts/*'] # steps: -# - uses: actions/checkout@v4 +# - uses: actions/checkout@v5 # - name: Set up Node.js ${{ matrix.node-version }} -# uses: actions/setup-node@v4 +# uses: actions/setup-node@v5 # with: # node-version: ${{ matrix.node-version }} # cache: 'npm' @@ -69,7 +69,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - uses: pnpm/action-setup@v4 name: Install pnpm @@ -77,7 +77,7 @@ jobs: run_install: false - name: Setup Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: ${{ matrix.node-version }} cache: pnpm diff --git a/README.md b/README.md index a3990fd5..0efe3ec0 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ at Twitter. This project is [semantically versioned](https://semver.org) and if you want support in migrating between versions you can schedule us for training or support us through donations, so we can prioritize. > [!CAUTION] -> As of April 2025, old versions like v1 and v2 are still the most used, while they are deperecated for years -- they are also vulnerable to attacks if you are not implementing it properly. **Please upgrade!** We are here to help, and AI Editors & Agents could help a lot in such codemod-like migrations. +> As of April 2025, old versions like v1 and v2 are still the most used, while they are deprecated for years -- they are also vulnerable to attacks if you are not implementing it properly. **Please upgrade!** We are here to help, and AI Editors & Agents could help a lot in such codemod-like migrations. > [!TIP] > If you are starting a fresh project, you can check out the `formidable-mini` which is a super minimal version of Formidable (not quite configurable yet, but when it does it could become the basis for `formidable@v4`), using web standards like FormData API and File API, and you can use it to stream uploads directly to S3 or other such services.