Skip to content

Commit 6bbeb08

Browse files
chore(deps): update ci github-actions
1 parent 9c43121 commit 6bbeb08

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

.github/workflows/ci-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ jobs:
2424
- name: Set up Node.js 20
2525
uses: actions/setup-node@v4
2626
with:
27-
node-version: '20.x'
27+
node-version: '20.20.0'
2828
- uses: pnpm/action-setup@v4
2929
name: Install pnpm
3030
with:
31-
version: 10
31+
version: 10.30.3
3232
run_install: false
3333
- name: Set workflow variables
3434
# Id is needed to access output in a next step.

.github/workflows/ci-lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ jobs:
2828
- name: Set up Python 3
2929
uses: actions/setup-python@v4
3030
with:
31-
python-version: '3.x'
31+
python-version: '3.14.3'
3232
- name: Set up Node.js 20
3333
uses: actions/setup-node@v4
3434
with:
35-
node-version: '20.x'
35+
node-version: '20.20.0'
3636
- uses: pnpm/action-setup@v4
3737
name: Install pnpm
3838
with:
39-
version: 10
39+
version: 10.30.3
4040
run_install: false
4141
- name: Set workflow variables
4242
# Id is needed to access output in a next step.

.github/workflows/ci-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ jobs:
2424
- name: Set up Node.js 20
2525
uses: actions/setup-node@v4
2626
with:
27-
node-version: '20.x'
27+
node-version: '20.20.0'
2828
- uses: pnpm/action-setup@v4
2929
name: Install pnpm
3030
with:
31-
version: 10
31+
version: 10.30.3
3232
run_install: false
3333
- name: Set workflow variables
3434
# Id is needed to access output in a next step.

.github/workflows/cloudflare-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ jobs:
4848
- name: Set up Node.js 20
4949
uses: actions/setup-node@v4
5050
with:
51-
node-version: '20.x'
51+
node-version: '20.20.0'
5252
- uses: pnpm/action-setup@v4
5353
name: Install pnpm
5454
with:
55-
version: 10
55+
version: 10.30.3
5656
run_install: false
5757
- name: Set workflow variables
5858
# Id is needed to access output in a next step.

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525
- name: Set up Node.js 20
2626
uses: actions/setup-node@v4
2727
with:
28-
node-version: '20.x'
28+
node-version: '20.20.0'
2929
- uses: pnpm/action-setup@v4
3030
name: Install pnpm
3131
with:
32-
version: 10
32+
version: 10.30.3
3333
run_install: false
3434
- name: Set workflow variables
3535
# Id is needed to access output in a next step.

0 commit comments

Comments
 (0)