Skip to content

Commit 2ebe35a

Browse files
authored
chore(deps): Combine dependabot PRs (#400)
## Related PRs - #363 — Bump amannn/action-semantic-pull-request from 5 to 6 - #389 — Bump eslint from 9.27.0 to 9.38.0 - #391 — Bump @eslint/js from 9.27.0 to 9.38.0 - #392 — Bump actions/setup-node from 4 to 6 - #394 — Bump @typescript-eslint/eslint-plugin from 8.32.1 to 8.46.2 - #395 — Bump @cloudflare/workers-types from 4.20250523.0 to 4.20251014.0 - #396 — Bump drizzle-orm from 0.43.1 to 0.44.7 - #397 — Bump js-yaml from 4.1.0 to 4.1.1 - #398 — Bump actions/checkout from 4 to 6
2 parents e6e3dc3 + d899c41 commit 2ebe35a

8 files changed

Lines changed: 273 additions & 186 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v6
1515

16-
- uses: actions/setup-node@v4
16+
- uses: actions/setup-node@v6
1717
with:
1818
node-version: 22
1919
cache: "npm"

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v6
1717

1818
- name: Run Markdown link check
1919
uses: gaurav-nelson/github-action-markdown-link-check@v1
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727

2828
steps:
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v6
3030
with:
3131
fetch-depth: 0 # Required to fetch version
3232

.github/workflows/migrations.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
url: https://data-api-staging.cheqd.io
2323

2424
steps:
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v6
2626

27-
- uses: actions/setup-node@v4
27+
- uses: actions/setup-node@v6
2828
with:
2929
node-version: 20
3030
cache: "npm"
@@ -51,9 +51,9 @@ jobs:
5151
url: https://data-api.cheqd.io
5252

5353
steps:
54-
- uses: actions/checkout@v4
54+
- uses: actions/checkout@v6
5555

56-
- uses: actions/setup-node@v4
56+
- uses: actions/setup-node@v6
5757
with:
5858
node-version: 20
5959
cache: "npm"

.github/workflows/pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
runs-on: ubuntu-latest
2222

2323
steps:
24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@v6
2525

26-
- uses: amannn/action-semantic-pull-request@v5
26+
- uses: amannn/action-semantic-pull-request@v6
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2929
with:

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v6
1616
with:
1717
fetch-depth: 0
1818
persist-credentials: false
1919

20-
- uses: actions/setup-node@v4
20+
- uses: actions/setup-node@v6
2121
with:
2222
node-version: 22
2323
cache: "npm"
@@ -50,11 +50,11 @@ jobs:
5050
url: https://data-api.cheqd.io/
5151

5252
steps:
53-
- uses: actions/checkout@v4
53+
- uses: actions/checkout@v6
5454
with:
5555
persist-credentials: false
5656

57-
- uses: actions/setup-node@v4
57+
- uses: actions/setup-node@v6
5858
with:
5959
node-version: 22
6060
cache: 'npm'

.github/workflows/staging.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
url: https://data-api-staging.cheqd.io/
1616

1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v6
1919
with:
2020
persist-credentials: false
2121

22-
- uses: actions/setup-node@v4
22+
- uses: actions/setup-node@v6
2323
with:
2424
node-version: 22
2525
cache: 'npm'

0 commit comments

Comments
 (0)