Skip to content

Commit f646739

Browse files
chore(deps): bump the dependencies group with 2 updates (#1011)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e2f7397 commit f646739

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: nschloe/action-cached-lfs-checkout@f46300cd8952454b9f0a21a3d133d4bd5684cfc2
1616

1717
- name: Set up node
18-
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e
18+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020
1919
with:
2020
node-version: '22'
2121
registry-url: 'https://registry.npmjs.org'

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: nschloe/action-cached-lfs-checkout@f46300cd8952454b9f0a21a3d133d4bd5684cfc2
2121

2222
- name: Set up node
23-
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e
23+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020
2424
with:
2525
node-version: '22'
2626
registry-url: 'https://registry.npmjs.org'

.github/workflows/preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: nschloe/action-cached-lfs-checkout@f46300cd8952454b9f0a21a3d133d4bd5684cfc2
2121

2222
- name: Set up node
23-
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e
23+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020
2424
with:
2525
node-version: '22'
2626
registry-url: 'https://registry.npmjs.org'
@@ -35,6 +35,6 @@ jobs:
3535
BASE_URL: /pr-preview/pr-${{ github.event.number }}
3636

3737
- name: Deploy preview
38-
uses: rossjrw/pr-preview-action@df22037db54ab6ee34d3c1e2b8810ac040a530c6
38+
uses: rossjrw/pr-preview-action@2fb559e4766555e23d07b73d313fe97c4f8c3cfe
3939
with:
4040
source-dir: ./build/

.github/workflows/test-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Cached LFS checkout
1616
uses: nschloe/action-cached-lfs-checkout@f46300cd8952454b9f0a21a3d133d4bd5684cfc2
1717
- name: Set up node
18-
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e
18+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020
1919
with:
2020
node-version: '22'
2121
registry-url: 'https://registry.npmjs.org'

0 commit comments

Comments
 (0)