From 22b01a3a8465142fa798699effcb8c333214a84f Mon Sep 17 00:00:00 2001 From: "figure-renovate[bot]" <108099378+figure-renovate[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 10:17:48 -0400 Subject: [PATCH] chore(deps): update actions/checkout action from `v3` to `v4` (#130) Co-authored-by: figure-renovate[bot] --- .github/workflows/ci-build.yaml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml index ba2cacc..cafd9c2 100644 --- a/.github/workflows/ci-build.yaml +++ b/.github/workflows/ci-build.yaml @@ -24,7 +24,7 @@ jobs: distribution: 'zulu' - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8ca56bb..48500fd 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -33,7 +33,7 @@ jobs: distribution: 'zulu' - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0