diff --git a/.github/workflows/bechmark.yml b/.github/workflows/bechmark.yml index 3b44408..0d062fc 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@v37 + uses: tj-actions/changed-files@v38 with: files: '**/*.go' dir_names: true