diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 10af660a..e9640baa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest steps: # Prepare - - uses: actions/checkout@v2 + - uses: actions/checkout@v6 with: fetch-depth: 0 - uses: gittools/actions/gitversion/setup@v0.13.6