diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index e2c613c..198dc1e 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -14,7 +14,7 @@ jobs: fetch-depth: 0 - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v44 + uses: tj-actions/changed-files@v45 with: files: packages/** - name: Set up Go