From 935f37d39e9978b43d06e4e88da82c75f1a8d725 Mon Sep 17 00:00:00 2001 From: Sebastian Hahner Date: Tue, 15 Oct 2024 23:50:10 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }}