From 80770d5c11fc2f6f6d3eb7997edd48766fe4f37f Mon Sep 17 00:00:00 2001 From: Prad Nukala Date: Fri, 27 Sep 2024 23:15:45 -0400 Subject: [PATCH] refactor: Use actions/checkout@v4 --- .github/workflows/version-bump.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/version-bump.yml b/.github/workflows/version-bump.yml index bda4ac2c2..84fbd4efa 100644 --- a/.github/workflows/version-bump.yml +++ b/.github/workflows/version-bump.yml @@ -15,8 +15,7 @@ jobs: runs-on: ubuntu-latest name: "Bump version and create changelog with commitizen" steps: - - name: Check out - uses: actions/checkout@v4 + - uses: actions/checkout@v4 with: token: ${{ secrets.GITHUB_TOKEN }} fetch-depth: 0