diff --git a/.github/workflows/licenses.yml b/.github/workflows/licenses.yml index f5f9502..0f9a898 100644 --- a/.github/workflows/licenses.yml +++ b/.github/workflows/licenses.yml @@ -6,7 +6,9 @@ jobs: name: license-checker runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 + with: + persist-credentials: false - name: Apt update run: sudo apt update - name: Install npm