shithub: choc

Download patch

ref: c7fd5582b747de6fba8c8953bb276748bc1a0e6f
parent: 98300208b663ef1b0882e032aa8d07f4af126eb9
author: Turo Lamminen <turol@iki.fi>
date: Wed Jun 8 13:37:42 EDT 2022

Point to new location for the action repository

--- a/.github/workflows/cpp-linter.yml
+++ b/.github/workflows/cpp-linter.yml
@@ -12,7 +12,7 @@
     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 }}