Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Commit

Permalink
feat(github-action)!: Update dorny/paths-filter action to v3
Browse files Browse the repository at this point in the history
| datasource  | package            | from | to |
| ----------- | ------------------ | ---- | -- |
| github-tags | dorny/paths-filter | v2   | v3 |
  • Loading branch information
renovate[bot] authored Feb 14, 2024
1 parent f15aac9 commit b960650
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/helm-release-differ.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: dorny/paths-filter@v2
- uses: dorny/paths-filter@v3
id: filter
with:
list-files: json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scan-containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: dorny/paths-filter@v2
- uses: dorny/paths-filter@v3
id: filter
with:
list-files: json
Expand Down

0 comments on commit b960650

Please sign in to comment.