diff --git a/.github/workflows/ui-checks.yml b/.github/workflows/ui-checks.yml index 93e74ffef2..f0556fc61f 100644 --- a/.github/workflows/ui-checks.yml +++ b/.github/workflows/ui-checks.yml @@ -16,7 +16,7 @@ jobs: node-version: [20.x] steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: persist-credentials: false - name: Setup Node.js ${{ matrix.node-version }}