Skip to content

Commit 2ca41f1

Browse files
committed
Bump GitHub action workflows
1 parent d0fbec1 commit 2ca41f1

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@v4
41+
uses: actions/checkout@v5
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL

.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ name: ci
1111
# # name: Lint
1212
# # runs-on: ubuntu-latest
1313
# # steps:
14-
# # - uses: actions/checkout@v4
14+
# # - uses: actions/checkout@v5
1515

1616
# # - name: Set up Node.js
17-
# # uses: actions/setup-node@v4
17+
# # uses: actions/setup-node@v5
1818
# # with:
1919
# # node-version: '20'
2020
# # cache: 'npm'
@@ -35,10 +35,10 @@ name: ci
3535
# node-version: ['lts/*']
3636

3737
# steps:
38-
# - uses: actions/checkout@v4
38+
# - uses: actions/checkout@v5
3939

4040
# - name: Set up Node.js ${{ matrix.node-version }}
41-
# uses: actions/setup-node@v4
41+
# uses: actions/setup-node@v5
4242
# with:
4343
# node-version: ${{ matrix.node-version }}
4444
# cache: 'npm'
@@ -69,15 +69,15 @@ jobs:
6969

7070
steps:
7171
- name: Checkout
72-
uses: actions/checkout@v4
72+
uses: actions/checkout@v5
7373

7474
- uses: pnpm/action-setup@v4
7575
name: Install pnpm
7676
with:
7777
run_install: false
7878

7979
- name: Setup Node.js ${{ matrix.node-version }}
80-
uses: actions/setup-node@v4
80+
uses: actions/setup-node@v5
8181
with:
8282
node-version: ${{ matrix.node-version }}
8383
cache: pnpm

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ at Twitter.
2727
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.
2828

2929
> [!CAUTION]
30-
> 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.
30+
> 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.
3131
3232
> [!TIP]
3333
> 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.

0 commit comments

Comments
 (0)