foxygit / doom Log in
commit c7fd5582b747de6fba8c8953bb276748bc1a0e6f
Author:     Turo Lamminen <turol@iki.fi>
AuthorDate: Wed Jun 8 17:37:42 2022 +0300
Commit:     Turo Lamminen <turol@iki.fi>
CommitDate: Wed Jun 8 17:37:42 2022 +0300

    Point to new location for the action repository
---
 .github/workflows/cpp-linter.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/cpp-linter.yml b/.github/workflows/cpp-linter.yml
index acf91fa0..c27f7de9 100644
--- a/.github/workflows/cpp-linter.yml
+++ b/.github/workflows/cpp-linter.yml
@@ -12,7 +12,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - uses: actions/checkout@v3
-      - uses: shenxianpeng/cpp-linter-action@v1
+      - uses: cpp-linter/cpp-linter-action@v1
         id: linter
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}