From 7d16ffce493bc5df1271ea2e9dd6d152003d0480 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 17:19:35 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to 0ad4b8f --- .github/workflows/charts_release.yml | 2 +- .github/workflows/lint_test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/charts_release.yml b/.github/workflows/charts_release.yml index 1b6e813..a9d910d 100644 --- a/.github/workflows/charts_release.yml +++ b/.github/workflows/charts_release.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 with: fetch-depth: 0 diff --git a/.github/workflows/lint_test.yaml b/.github/workflows/lint_test.yaml index 46c14c0..64dd2c8 100644 --- a/.github/workflows/lint_test.yaml +++ b/.github/workflows/lint_test.yaml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 with: fetch-depth: 0