From 603dc05079005a66c7f35b87d714dc92b00d683b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Fri, 3 Jan 2025 21:25:05 +0100 Subject: [PATCH] Use checkout v4 --- .github/workflows/licenses.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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