Skip to content

Commit 1772052

Browse files
chore(workflows): update github actions
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6822567 commit 1772052

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/chromatic.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
run_install: false
4040
- name: Install Node.js
41-
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4
41+
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
4242
with:
4343
node-version-file: .nvmrc
4444
cache: pnpm
@@ -50,7 +50,7 @@ jobs:
5050

5151
# 👇 Runs Chromatic CLI in ./packages/ui
5252
- name: Publish to Chromatic
53-
uses: chromaui/action@25f8ff36486472c2d6b5b02dc2d277f051a3ecdb # v11
53+
uses: chromaui/action@5d19b9438d8e51210405062c56b1ddb20b90ca24 # v11
5454
with:
5555
workingDir: packages/ui
5656
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}

.github/workflows/crowdin.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: Import GPG key
3838
id: import_gpg
39-
uses: crazy-max/ghaction-import-gpg@01dd5d3ca463c7f10f7f4f7b4f177225ac661ee4 # v6
39+
uses: crazy-max/ghaction-import-gpg@cb9bde2e2525e640591a934b1fd28eef1dcaf5e5 # v6
4040
with:
4141
gpg_private_key: ${{ secrets.BOT_GPG_KEY }}
4242
git_user_signingkey: true
@@ -53,7 +53,7 @@ jobs:
5353
5454
- name: Install Node.js
5555
if: github.event_name != 'pull_request' && !startsWith(github.ref_name, 'l10n_')
56-
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4
56+
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
5757
with:
5858
node-version-file: .nvmrc
5959
cache: pnpm

.github/workflows/lint.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Import GPG key
2626
id: import_gpg
27-
uses: crazy-max/ghaction-import-gpg@01dd5d3ca463c7f10f7f4f7b4f177225ac661ee4 # v6
27+
uses: crazy-max/ghaction-import-gpg@cb9bde2e2525e640591a934b1fd28eef1dcaf5e5 # v6
2828
with:
2929
gpg_private_key: ${{ secrets.BOT_GPG_KEY }}
3030
git_user_signingkey: true
@@ -39,7 +39,7 @@ jobs:
3939
# standalone: true
4040

4141
- name: Install Node.js
42-
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4
42+
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
4343
with:
4444
node-version-file: .nvmrc
4545
cache: pnpm

.github/workflows/nextjs_bundle_analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run_install: false
4242

4343
- name: Install Node.js
44-
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4
44+
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
4545
with:
4646
node-version-file: .nvmrc
4747
cache: pnpm

0 commit comments

Comments
 (0)