diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0240475..676a94a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: # pulls all commits (needed for lerna / semantic release to correctly version) fetch-depth: '0'