From 71d3d31eda35b87e366390f02ac8977c0fca2b1d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 14:44:43 +0000 Subject: [PATCH] Update actions/checkout action to v4 --- .github/workflows/storybook-deploy.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/storybook-deploy.yml b/.github/workflows/storybook-deploy.yml index ef972548..ad1bc5cf 100644 --- a/.github/workflows/storybook-deploy.yml +++ b/.github/workflows/storybook-deploy.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 - name: Setup Node uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 67a7c413..063cc4e3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: node-version: [18.15.0] steps: - - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3 with: