Skip to content

Commit 10eee42

Browse files
chore(deps): update all non-major dependencies (#2651)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 32633e2 commit 10eee42

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
name: 'Build & Unit Test: node-${{ matrix.node_version }}, ${{ matrix.os }}'
2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 # v4.0.0
25+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
2626
with:
2727
# Required for docs/versions tests
2828
fetch-depth: 0
@@ -31,7 +31,7 @@ jobs:
3131
uses: pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 # v2.4.0
3232

3333
- name: Set node version to ${{ matrix.node_version }}
34-
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
34+
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
3535
with:
3636
node-version: ${{ matrix.node_version }}
3737
cache: 'pnpm'
@@ -70,7 +70,7 @@ jobs:
7070
run: date
7171

7272
- name: Checkout
73-
uses: actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 # v4.0.0
73+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
7474
with:
7575
# Required for docs/versions tests
7676
fetch-depth: 0
@@ -79,7 +79,7 @@ jobs:
7979
uses: pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 # v2.4.0
8080

8181
- name: Set node version to ${{ matrix.node_version }}
82-
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
82+
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
8383
with:
8484
node-version: ${{ matrix.node_version }}
8585
cache: 'pnpm'
@@ -104,7 +104,7 @@ jobs:
104104
name: 'E2E Doc Test: node-20, ubuntu-latest'
105105
steps:
106106
- name: Checkout
107-
uses: actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 # v4.0.0
107+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
108108

109109
- name: Install pnpm
110110
uses: pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 # v2.4.0
@@ -125,15 +125,15 @@ jobs:
125125
name: 'Lint: node-20, ubuntu-latest'
126126
steps:
127127
- name: Checkout
128-
uses: actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 # v4.0.0
128+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
129129
with:
130130
fetch-depth: 0
131131

132132
- name: Install pnpm
133133
uses: pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 # v2.4.0
134134

135135
- name: Set node version to 20
136-
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
136+
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
137137
with:
138138
node-version: 20
139139
cache: 'pnpm'
@@ -155,15 +155,15 @@ jobs:
155155
name: 'TS-Check: node-20, ubuntu-latest'
156156
steps:
157157
- name: Checkout
158-
uses: actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 # v4.0.0
158+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
159159
with:
160160
fetch-depth: 0
161161

162162
- name: Install pnpm
163163
uses: pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 # v2.4.0
164164

165165
- name: Set node version to 20
166-
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
166+
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
167167
with:
168168
node-version: 20
169169
cache: 'pnpm'
@@ -182,15 +182,15 @@ jobs:
182182
name: 'Codecov: node-20, ubuntu-latest'
183183
steps:
184184
- name: Checkout
185-
uses: actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 # v4.0.0
185+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
186186
with:
187187
fetch-depth: 0
188188

189189
- name: Install pnpm
190190
uses: pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 # v2.4.0
191191

192192
- name: Set node version to 20
193-
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
193+
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
194194
with:
195195
node-version: 20
196196
cache: 'pnpm'

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ jobs:
1515
pull-requests: write
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 # v4.0.0
18+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
1919
with:
2020
fetch-depth: 0
2121

2222
- name: Install pnpm
2323
uses: pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 # v2.4.0
2424

2525
- name: Set node version to 20
26-
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
26+
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
2727
with:
2828
node-version: 20
2929
cache: 'pnpm'

.github/workflows/semantic-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
name: Semantic Pull Request
2121
steps:
2222
- name: Validate PR title
23-
uses: amannn/action-semantic-pull-request@c3cd5d1ea3580753008872425915e343e351ab54 # v5.2.0
23+
uses: amannn/action-semantic-pull-request@e9fabac35e210fea40ca5b14c0da95a099eff26f # v5.4.0
2424
env:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2626
with:

0 commit comments

Comments
 (0)