diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0ed5754..8896a27 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v3 + uses: actions/checkout@v6 - name: Fetch all tags and branches run: git fetch --prune --unshallow