diff --git a/.github/workflows/bechmark.yml b/.github/workflows/bechmark.yml index f903829..9d3dacc 100644 --- a/.github/workflows/bechmark.yml +++ b/.github/workflows/bechmark.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Find packages with changes id: packages - uses: tj-actions/changed-files@v40 + uses: tj-actions/changed-files@v41 with: files: '**/*.go' dir_names: true