summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorRiku Isokoski <riksu9000@gmail.com>2023-01-07 18:14:05 +0200
committerRiku Isokoski <riksu9000@gmail.com>2023-01-07 18:56:15 +0200
commit499f0875d35970d8040152405a774511e9aed884 (patch)
treed58de89f54cd20d71c703cd9f3fc37431c895f5e /.github/workflows
parentbd8e6d8c1580c09ad56db1a1cfbd908558f6c1d8 (diff)
workflows: Update workflow dependency
The workaround is no longer necessary
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/main.yml8
1 files changed, 1 insertions, 7 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 35d5ed1c..7dc588cc 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -20,14 +20,8 @@ jobs:
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