From 1189931c9f989113cd0498bfc7743d3da9df03d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 02:04:39 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to b4ffde6 --- .github/workflows/ci-apps-docs.yml | 2 +- .github/workflows/ci-apps-web.yml | 2 +- .github/workflows/ci-packages.yml | 2 +- .github/workflows/e2e-apps-web.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-apps-docs.yml b/.github/workflows/ci-apps-docs.yml index 92d0a154..2e07b342 100644 --- a/.github/workflows/ci-apps-docs.yml +++ b/.github/workflows/ci-apps-docs.yml @@ -31,7 +31,7 @@ jobs: steps: - name: 📦 Check out the codebase - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: ⚙️ Setup node ${{ matrix.node }} uses: actions/setup-node@v3 diff --git a/.github/workflows/ci-apps-web.yml b/.github/workflows/ci-apps-web.yml index 1c75b83a..6aa4b4e9 100644 --- a/.github/workflows/ci-apps-web.yml +++ b/.github/workflows/ci-apps-web.yml @@ -31,7 +31,7 @@ jobs: steps: - name: 📦 Check out the codebase - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: ⚙️ Setup node ${{ matrix.node }} uses: actions/setup-node@v3 diff --git a/.github/workflows/ci-packages.yml b/.github/workflows/ci-packages.yml index ec5057f5..7c8a8a5b 100644 --- a/.github/workflows/ci-packages.yml +++ b/.github/workflows/ci-packages.yml @@ -30,7 +30,7 @@ jobs: steps: - name: 📦 Check out the codebase - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: # We need to fetch all the history for the "changed files" feature to work fetch-depth: 0 diff --git a/.github/workflows/e2e-apps-web.yml b/.github/workflows/e2e-apps-web.yml index 3021d598..88dba45a 100644 --- a/.github/workflows/e2e-apps-web.yml +++ b/.github/workflows/e2e-apps-web.yml @@ -49,7 +49,7 @@ jobs: steps: - name: 📦 Check out the codebase - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: ⚙️ Setup node ${{ matrix.node }} uses: actions/setup-node@v3