Skip to content

Commit

Permalink
Merge pull request #7006 from Ocelot-Social-Community/dependabot/gith…
Browse files Browse the repository at this point in the history
…ub_actions/dorny/paths-filter-3.0.1

Bump dorny/paths-filter from 3.0.0 to 3.0.1
  • Loading branch information
mahula authored Feb 17, 2024
2 parents ce3e567 + c41a8f7 commit 5c47c5a
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@master

- name: Check for markdown file changes
uses: dorny/paths-filter@v3.0.0
uses: dorny/paths-filter@v3.0.1
id: changes
with:
token: ${{ github.token }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/frontend.test.build.code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4

- name: Check for frontend file changes
uses: dorny/paths-filter@v3.0.0
uses: dorny/paths-filter@v3.0.1
id: changes
with:
token: ${{ github.token }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/frontend.test.build.docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4

- name: Check for frontend file changes
uses: dorny/paths-filter@v3.0.0
uses: dorny/paths-filter@v3.0.1
id: changes
with:
token: ${{ github.token }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/frontend.test.build.storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4

- name: Check for frontend file changes
uses: dorny/paths-filter@v3.0.0
uses: dorny/paths-filter@v3.0.1
id: changes
with:
token: ${{ github.token }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/frontend.test.lint.code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4

- name: Check for frontend file changes
uses: dorny/paths-filter@v3.0.0
uses: dorny/paths-filter@v3.0.1
id: changes
with:
token: ${{ github.token }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/frontend.test.unit.code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4

- name: Check for frontend file changes
uses: dorny/paths-filter@v3.0.0
uses: dorny/paths-filter@v3.0.1
id: changes
with:
token: ${{ github.token }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4

- name: Check for backend file changes
uses: dorny/paths-filter@v3.0.0
uses: dorny/paths-filter@v3.0.1
id: changes
with:
token: ${{ github.token }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-webapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4

- name: Check for frontend file changes
uses: dorny/paths-filter@v3.0.0
uses: dorny/paths-filter@v3.0.1
id: changes
with:
token: ${{ github.token }}
Expand Down

0 comments on commit 5c47c5a

Please sign in to comment.