From edb78883fa199baf8d16439dde109283838e9a96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 16:40:21 +0000 Subject: [PATCH] chore(deps): bump actions/checkout Bumps [actions/checkout](https://github.com/actions/checkout) from 3df4ab11eba7bda6032a0b82a6bb43b11571feac to b17fe1e4d59a9d1d95a7aead5e6fcd13e50939a5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/3df4ab11eba7bda6032a0b82a6bb43b11571feac...b17fe1e4d59a9d1d95a7aead5e6fcd13e50939a5) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/module.build.yml | 6 +++--- .github/workflows/on.pr.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/module.build.yml b/.github/workflows/module.build.yml index 965bd1c..b3902e0 100644 --- a/.github/workflows/module.build.yml +++ b/.github/workflows/module.build.yml @@ -61,7 +61,7 @@ jobs: with: egress-policy: audit - name: "Setup: Checkout" - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 + uses: actions/checkout@b17fe1e4d59a9d1d95a7aead5e6fcd13e50939a5 # v4.0.0 with: fetch-depth: 0 - name: "Setup: PNPM" @@ -110,7 +110,7 @@ jobs: with: egress-policy: audit - name: "Setup: Checkout" - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 + uses: actions/checkout@b17fe1e4d59a9d1d95a7aead5e6fcd13e50939a5 # v4.0.0 with: fetch-depth: 0 - name: "Setup: PNPM" @@ -159,7 +159,7 @@ jobs: with: egress-policy: audit - name: "Setup: Checkout" - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 + uses: actions/checkout@b17fe1e4d59a9d1d95a7aead5e6fcd13e50939a5 # v4.0.0 with: fetch-depth: 0 - name: "Setup: PNPM" diff --git a/.github/workflows/on.pr.yml b/.github/workflows/on.pr.yml index 0a1c560..e097e51 100644 --- a/.github/workflows/on.pr.yml +++ b/.github/workflows/on.pr.yml @@ -32,7 +32,7 @@ jobs: with: egress-policy: audit - name: "Checkout Repository" - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 + uses: actions/checkout@b17fe1e4d59a9d1d95a7aead5e6fcd13e50939a5 # v4.0.0 - name: "Dependency Review" uses: actions/dependency-review-action@9129d7d40b8c12c1ed0f60400d00c92d437adcce # v4.1.3 with: