diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0a361b1d1..135834c86 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -96,7 +96,7 @@ jobs: submodules: true if: github.event_name == 'push' || github.event_name == 'pull_request' - id: changed-files - uses: tj-actions/changed-files@v35 + uses: tj-actions/changed-files@v41 with: files: | **/*.go @@ -146,7 +146,7 @@ jobs: extra_nix_config: | access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} - id: changed-files - uses: tj-actions/changed-files@v35 + uses: tj-actions/changed-files@v41 with: files: | **/*.go @@ -215,7 +215,7 @@ jobs: with: submodules: true - id: changed-files - uses: tj-actions/changed-files@v35 + uses: tj-actions/changed-files@v41 with: files: | **/*.go @@ -262,7 +262,7 @@ jobs: with: submodules: true - id: changed-files - uses: tj-actions/changed-files@v35 + uses: tj-actions/changed-files@v41 with: files: | **/*.go @@ -309,7 +309,7 @@ jobs: with: submodules: true - id: changed-files - uses: tj-actions/changed-files@v35 + uses: tj-actions/changed-files@v41 with: files: | **/*.go @@ -405,7 +405,7 @@ jobs: steps: - uses: actions/checkout@v3 - id: changed-files - uses: tj-actions/changed-files@v35 + uses: tj-actions/changed-files@v41 with: files: | go.mod diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index fae032e17..68e2d176a 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -20,7 +20,7 @@ jobs: with: submodules: true - id: changed-files - uses: tj-actions/changed-files@v35 + uses: tj-actions/changed-files@v41 with: files: | **/*.go diff --git a/.github/workflows/gosec.yml b/.github/workflows/gosec.yml index 66e7432d8..d3d0dcf60 100644 --- a/.github/workflows/gosec.yml +++ b/.github/workflows/gosec.yml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@v3 - id: changed-files - uses: tj-actions/changed-files@v35 + uses: tj-actions/changed-files@v41 with: files: | **/*.go diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 8328d42ff..e2e139c5b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -19,7 +19,7 @@ jobs: with: submodules: true - id: changed-files - uses: tj-actions/changed-files@v35 + uses: tj-actions/changed-files@v41 with: files: | **/*.go