Skip to content

Commit c543dfb

Browse files
chore(deps): update github actions (freeCodeCamp#66375)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f4ddbb9 commit c543dfb

7 files changed

Lines changed: 13 additions & 13 deletions

File tree

.github/workflows/curriculum-i18n-submodule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
node-version: ${{ matrix.node-version }}
4040

4141
- name: Install pnpm
42-
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4
42+
uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4
4343
id: pnpm-install
4444
with:
4545
run_install: false

.github/workflows/deploy-api.yml

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

8989
steps:
9090
- name: Setup and connect to Tailscale network
91-
uses: tailscale/github-action@53acf823325fe9ca47f4cdaa951f90b4b0de5bb9 # v4
91+
uses: tailscale/github-action@306e68a486fd2350f2bfc3b19fcd143891a4a2d8 # v4
9292
with:
9393
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
9494
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}

.github/workflows/deploy-client.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ jobs:
187187
node-version: ${{ matrix.node-version }}
188188

189189
- name: Install pnpm
190-
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4
190+
uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4
191191
id: pnpm-install
192192
with:
193193
run_install: false
@@ -234,7 +234,7 @@ jobs:
234234
run: tar -czf client-${{ matrix.lang-name-short }}.tar client/public
235235

236236
- name: Setup and connect to Tailscale network
237-
uses: tailscale/github-action@53acf823325fe9ca47f4cdaa951f90b4b0de5bb9 # v4
237+
uses: tailscale/github-action@306e68a486fd2350f2bfc3b19fcd143891a4a2d8 # v4
238238
with:
239239
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
240240
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}

.github/workflows/e2e-playwright.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
node-version: ${{ matrix.node-version }}
4040

4141
- name: Install pnpm
42-
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4
42+
uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4
4343
id: pnpm-install
4444
with:
4545
run_install: false
@@ -151,7 +151,7 @@ jobs:
151151
node-version: ${{ matrix.node-version }}
152152

153153
- name: Install pnpm
154-
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4
154+
uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4
155155
id: pnpm-install
156156
with:
157157
run_install: false

.github/workflows/i18n-validate-builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
node-version: ${{ matrix.node-version }}
2929

3030
- name: Install pnpm
31-
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4
31+
uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4
3232
id: pnpm-install
3333
with:
3434
run_install: false

.github/workflows/i18n-validate-prs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
node-version: ${{ matrix.node-version }}
3131

3232
- name: Install pnpm
33-
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4
33+
uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4
3434
id: pnpm-install
3535
with:
3636
run_install: false

.github/workflows/node.js-tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
node-version: ${{ matrix.node-version }}
5656

5757
- name: Install pnpm
58-
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4
58+
uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4
5959
id: pnpm-install
6060
with:
6161
run_install: false
@@ -115,7 +115,7 @@ jobs:
115115
node-version: ${{ matrix.node-version }}
116116

117117
- name: Install pnpm
118-
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4
118+
uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4
119119
id: pnpm-install
120120
with:
121121
run_install: false
@@ -158,7 +158,7 @@ jobs:
158158
node-version: ${{ matrix.node-version }}
159159

160160
- name: Install pnpm
161-
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4
161+
uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4
162162
id: pnpm-install
163163
with:
164164
run_install: false
@@ -211,7 +211,7 @@ jobs:
211211
node-version: ${{ matrix.node-version }}
212212

213213
- name: Install pnpm
214-
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4
214+
uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4
215215
id: pnpm-install
216216
with:
217217
run_install: false
@@ -266,7 +266,7 @@ jobs:
266266
node-version: ${{ matrix.node-version }}
267267

268268
- name: Install pnpm
269-
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4
269+
uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4
270270
id: pnpm-install
271271
with:
272272
run_install: false

0 commit comments

Comments
 (0)