diff --git a/.github/workflows/rename_extension.yml b/.github/workflows/rename_extension.yml old mode 100755 new mode 100644 index 16d2fa6..1cf0582 --- a/.github/workflows/rename_extension.yml +++ b/.github/workflows/rename_extension.yml @@ -9,7 +9,7 @@ jobs: if: ${{ !contains (github.repository, '/sbx_template') }} 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