Author: Riku Isokoski <riksu9000@gmail.com>
workflows: Update workflow dependency The workaround is no longer necessary
.github/workflows/main.yml | 8 +-------
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 35d5ed1c585daf0438513f415259828c7fd85e74..7dc588ccdc687d57ecebe1a16110c2d5d368ede9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,14 +20,8 @@ runs-on: ubuntu-latest container: image: infinitime/infinitime-build steps: - # This workaround fixes the error "unsafe repository (REPO is owned by someone else)". - # See https://github.com/actions/checkout/issues/760 and https://github.com/actions/checkout/issues/766 - # The fix in "actions/checkout@v2" was not sufficient as the build process also uses git (to get the current - # commit hash, for example). - - name: Workaround permission issues - run: git config --global --add safe.directory "$GITHUB_WORKSPACE" - name: Checkout source files - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: submodules: recursive - name: Build