Skip to content

Commit 9fbf21a

Browse files
⬆️ Pin dependencies
1 parent 52645ef commit 9fbf21a

6 files changed

Lines changed: 17 additions & 17 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: 🏗 Set up Node.js
5050
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
5151
with:
52-
node-version: "22"
52+
node-version: "22.22.3"
5353
cache: npm
5454
cache-dependency-path: docs/package-lock.json
5555
- name: 🏗 Install documentation dependencies

.github/workflows/release.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
persist-credentials: false
3737
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
3838
with:
39-
python-version: "3.12"
39+
python-version: "3.12.13"
4040
- name: 🏗 Set package version from release tag
4141
shell: bash
4242
env:
@@ -71,7 +71,7 @@ jobs:
7171
persist-credentials: false
7272
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
7373
with:
74-
python-version: "3.12"
74+
python-version: "3.12.13"
7575
- name: 🏗 Set package version from release tag
7676
shell: bash
7777
env:
@@ -103,7 +103,7 @@ jobs:
103103
persist-credentials: false
104104
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
105105
with:
106-
python-version: "3.12"
106+
python-version: "3.12.13"
107107
architecture: ${{ matrix.platform.arch }}
108108
- name: 🏗 Set package version from release tag
109109
shell: bash
@@ -135,7 +135,7 @@ jobs:
135135
persist-credentials: false
136136
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
137137
with:
138-
python-version: "3.12"
138+
python-version: "3.12.13"
139139
- name: 🏗 Set package version from release tag
140140
shell: bash
141141
env:
@@ -160,7 +160,7 @@ jobs:
160160
persist-credentials: false
161161
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
162162
with:
163-
python-version: "3.12"
163+
python-version: "3.12.13"
164164
- name: 🏗 Set package version from release tag
165165
shell: bash
166166
env:
@@ -195,7 +195,7 @@ jobs:
195195
- name: 🏗 Set up Python
196196
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
197197
with:
198-
python-version: "3.12"
198+
python-version: "3.12.13"
199199
- name: 🔍 Validate the artifact set
200200
shell: bash
201201
# A failed build job already blocks publishing via `needs:`; this catches

.github/workflows/security-audit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
- name: 🏗 Set up Node.js
9090
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
9191
with:
92-
node-version: "20"
92+
node-version: "20.20.2"
9393
cache: npm
9494
cache-dependency-path: docs/package-lock.json
9595
- name: 🏗 Install documentation dependencies

docs/.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22
1+
v22.22.3

docs/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"preview": "astro preview"
1010
},
1111
"dependencies": {
12-
"@astrojs/starlight": "^0.39.3",
13-
"@fontsource-variable/inter": "^5.2.8",
14-
"astro": "^6.4.4",
15-
"sharp": "^0.34.5"
12+
"@astrojs/starlight": "0.39.3",
13+
"@fontsource-variable/inter": "5.2.8",
14+
"astro": "6.4.4",
15+
"sharp": "0.34.5"
1616
}
1717
}

0 commit comments

Comments
 (0)