diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ab7d902..3c5c8c5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,9 +15,10 @@ jobs: uses: actions/checkout@v3 - name: Clone Font Awesome Overwrites ✌️ - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: repository: sebinside/StreamAwesome-Overwrites + persist-credentials: false path: StreamAwesome/fonts ref: 'main' token: ${{ secrets.TOKEN }}