From 7668620b52eb39740d21eb4495eea54aba647822 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 17:14:47 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/bump_version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bump_version.yml b/.github/workflows/bump_version.yml index 42e53fe..2b043fd 100644 --- a/.github/workflows/bump_version.yml +++ b/.github/workflows/bump_version.yml @@ -50,7 +50,7 @@ jobs: runs-on: ubuntu-latest name: "Create global cache on main branch" steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: pnpm/action-setup@v3 with: version: 8