diff --git a/.github/workflows/rename_project.yml b/.github/workflows/rename_project.yml index 3c64639..840cd36 100644 --- a/.github/workflows/rename_project.yml +++ b/.github/workflows/rename_project.yml @@ -9,7 +9,7 @@ jobs: if: ${{ !contains (github.repository, '/new-ft-module') }} runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: # by default, it uses a depth of 1 # this fetches all history so that we can read each commit