From 6416485b6f09fbb6e279ccbcdd788888a8774872 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 17:42:27 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to 692973e --- .github/actions/pnpm-setup/action.yml | 2 +- .github/workflows/ci.yml | 10 +++++----- .github/workflows/release.yml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/actions/pnpm-setup/action.yml b/.github/actions/pnpm-setup/action.yml index 187d6a11..63b0e1d2 100644 --- a/.github/actions/pnpm-setup/action.yml +++ b/.github/actions/pnpm-setup/action.yml @@ -3,7 +3,7 @@ description: Setup cache, pnpm and node for jobs runs: using: "composite" steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - uses: volta-cli/action@2d68418f32546fd191eb666e232b321d5726484d # v4 - name: Get pnpm store directory shell: bash diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 27362290..1724cd00 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: timeout-minutes: 20 steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - uses: ./.github/actions/pnpm-setup - name: Install dependencies run: pnpm install @@ -37,7 +37,7 @@ jobs: timeout-minutes: 20 steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - uses: ./.github/actions/pnpm-setup - name: Install dependencies run: pnpm install @@ -62,7 +62,7 @@ jobs: allow-failure: [false] steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - uses: ./.github/actions/pnpm-setup - name: Install dependencies run: pnpm install @@ -76,7 +76,7 @@ jobs: timeout-minutes: 20 steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - uses: ./.github/actions/pnpm-setup - name: Install dependencies run: pnpm install --no-lockfile @@ -101,7 +101,7 @@ jobs: allow-failure: [true] steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - uses: ./.github/actions/pnpm-setup - name: install dependencies diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 09fc3f77..9375fbd4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - uses: ./.github/actions/pnpm-setup - name: Install dependencies run: pnpm install