From ff47522a130774a47d1136c6275fc0c8c933c01d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 21:56:42 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4.2.0 --- .github/workflows/lint-commit.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint-commit.yml b/.github/workflows/lint-commit.yml index f4b4545..d90becb 100644 --- a/.github/workflows/lint-commit.yml +++ b/.github/workflows/lint-commit.yml @@ -5,7 +5,7 @@ jobs: commitlint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - uses: ./.github/actions/prepare - uses: wagoid/commitlint-github-action@3d28780bbf0365e29b144e272b2121204d5be5f3 # v6 env: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 77e8c7d..be5a760 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: # see https://github.com/google-github-actions/release-please-action#automating-publication-to-npm - name: Checkout Repository if: ${{ steps.release.outputs.release_created }} - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Setup Node.js if: ${{ steps.release.outputs.release_created }}