diff --git a/.github/workflows/goreleaser-actions.yml b/.github/workflows/goreleaser-actions.yml index e5c1b0df71..4e3b6681a8 100644 --- a/.github/workflows/goreleaser-actions.yml +++ b/.github/workflows/goreleaser-actions.yml @@ -27,7 +27,7 @@ jobs: with: key: docker-release-${{ runner.os }}-${{ matrix.package }} - - uses: dorny/paths-filter@v2 + - uses: dorny/paths-filter@v3 name: check if any changes warrant a new build of goreleaser-cgo-cross-compiler id: changes with: diff --git a/.github/workflows/solidity.yml b/.github/workflows/solidity.yml index dae4d8f60c..22e36d9c70 100644 --- a/.github/workflows/solidity.yml +++ b/.github/workflows/solidity.yml @@ -30,7 +30,7 @@ jobs: fetch-depth: 0 # if any of these packages use submodules in the future, please uncomment this line # submodules: 'recursive' - - uses: dorny/paths-filter@v2 + - uses: dorny/paths-filter@v3 id: filter_solidity with: # make sure to update run-goreleaser when adding a new package here diff --git a/.github/workflows/ui-preview.yaml b/.github/workflows/ui-preview.yaml index 09dc4e3253..442011fac5 100644 --- a/.github/workflows/ui-preview.yaml +++ b/.github/workflows/ui-preview.yaml @@ -21,7 +21,7 @@ jobs: fetch-depth: 0 # if any of these packages use submodules in the future, please uncomment this line # submodules: 'recursive' - - uses: dorny/paths-filter@v2 + - uses: dorny/paths-filter@v3 id: filter_ui with: # make sure to update run-goreleaser when adding a new package here