diff --git a/.github/workflows/commitmsg-conform.yml b/.github/workflows/commitmsg-conform.yml index 69fba4a..8af1d71 100644 --- a/.github/workflows/commitmsg-conform.yml +++ b/.github/workflows/commitmsg-conform.yml @@ -8,4 +8,4 @@ permissions: pull-requests: read jobs: commitmsg-conform: - uses: platformfuzz/actions/.github/workflows/commitmsg-conform.yml@main + uses: actionsforge/actions/.github/workflows/commitmsg-conform.yml@main diff --git a/.github/workflows/markdown-lint.yml b/.github/workflows/markdown-lint.yml index 80d2d9c..8aef7ec 100644 --- a/.github/workflows/markdown-lint.yml +++ b/.github/workflows/markdown-lint.yml @@ -8,4 +8,4 @@ permissions: pull-requests: read jobs: markdown-lint: - uses: platformfuzz/actions/.github/workflows/markdown-lint.yml@main + uses: actionsforge/actions/.github/workflows/markdown-lint.yml@main