diff --git a/.github/workflows/coder.yaml b/.github/workflows/coder.yaml index cb775b8ff7..822545a285 100644 --- a/.github/workflows/coder.yaml +++ b/.github/workflows/coder.yaml @@ -37,6 +37,7 @@ jobs: go: ${{ steps.filter.outputs.go }} sh: ${{ steps.filter.outputs.sh }} steps: + - uses: actions/checkout@v3 # For pull requests it's not necessary to checkout the code - uses: dorny/paths-filter@v2 id: filter