diff --git a/.github/workflows/workflow_call-get_changed_images.yaml b/.github/workflows/workflow_call-get_changed_images.yaml index 1fa2e02..a47e248 100644 --- a/.github/workflows/workflow_call-get_changed_images.yaml +++ b/.github/workflows/workflow_call-get_changed_images.yaml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - name: Collect changed files - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3 + uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4 id: filter with: list-files: json diff --git a/.github/workflows/workflow_call-lint.yaml b/.github/workflows/workflow_call-lint.yaml index 9147b64..46b372f 100644 --- a/.github/workflows/workflow_call-lint.yaml +++ b/.github/workflows/workflow_call-lint.yaml @@ -24,7 +24,7 @@ jobs: with: fetch-depth: 1 - - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3 + - uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4 id: filter with: list-files: shell @@ -50,7 +50,7 @@ jobs: steps: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3 + - uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4 id: filter with: list-files: shell @@ -76,7 +76,7 @@ jobs: steps: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3 + - uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4 id: filter with: list-files: shell