From 7923f14996770f94a4eafdabee26cd4bd1bf13fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 11:17:46 +0000 Subject: [PATCH] chore(deps): bump the dependencies group with 2 updates (#640) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ewan Harris --- .github/workflows/checks.yaml | 2 +- .github/workflows/deploy.yml | 2 +- .github/workflows/preview.yml | 4 ++-- .github/workflows/test-deploy.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index 0e54e09dd..a74486c52 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -15,7 +15,7 @@ jobs: uses: nschloe/action-cached-lfs-checkout@d481127c3821f9c278a6019c39a108ac7004c133 - name: Set up node - uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 with: node-version: '18' registry-url: 'https://registry.npmjs.org' diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index cf57f251c..4a9dff893 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Cached LFS checkout uses: nschloe/action-cached-lfs-checkout@d481127c3821f9c278a6019c39a108ac7004c133 - - uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 + - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 with: node-version: 18.x cache: npm diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 31523e784..49f867da9 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -19,7 +19,7 @@ jobs: - name: Cached LFS checkout uses: nschloe/action-cached-lfs-checkout@d481127c3821f9c278a6019c39a108ac7004c133 - - uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 + - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 with: node-version: 18.x cache: npm @@ -30,6 +30,6 @@ jobs: npm run build - name: Deploy preview - uses: rossjrw/pr-preview-action@4668d7cb417ce7067b0b59bc152b1ae1513010de + uses: rossjrw/pr-preview-action@f31d5aa7b364955ea86228b9dcd346dc3f29c408 with: source-dir: ./build/ diff --git a/.github/workflows/test-deploy.yml b/.github/workflows/test-deploy.yml index babddc62f..3eb3bbf0f 100644 --- a/.github/workflows/test-deploy.yml +++ b/.github/workflows/test-deploy.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Cached LFS checkout uses: nschloe/action-cached-lfs-checkout@d481127c3821f9c278a6019c39a108ac7004c133 - - uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 + - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 with: node-version: 18.x cache: npm