diff --git a/.github/workflows/builder.yaml b/.github/workflows/builder.yaml index b397d3a2..31ea1f27 100644 --- a/.github/workflows/builder.yaml +++ b/.github/workflows/builder.yaml @@ -24,7 +24,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v3 + uses: actions/checkout@v6 with: fetch-depth: 0 # need to checkout "all commits" for certain features to work (e.g., get all changed files)