From 22aa9531ea05903c237ce70631158a2e8b46961d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Uhl=C3=AD=C5=99?= Date: Wed, 18 Dec 2024 15:25:11 +0100 Subject: [PATCH] ci: non-shallow copy --- .github/workflows/generate.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/generate.yml b/.github/workflows/generate.yml index 1e56e78..df16ecf 100644 --- a/.github/workflows/generate.yml +++ b/.github/workflows/generate.yml @@ -31,9 +31,10 @@ jobs: echo "OPENAPI_URL=${{ github.event.inputs.openapi_url }}" >> $GITHUB_ENV fi - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: - fetch-depth: '0' + fetch-depth: 0 + - uses: actions/setup-node@v4 with: node-version: 20