mirror of
https://github.com/IT4Change/boilerplate-e2e-cypress-cucumber.git
synced 2026-04-06 01:25:32 +00:00
Merge pull request #18 from IT4Change/dependabot/github_actions/dorny/paths-filter-3.0.2
Bump dorny/paths-filter from 3.0.1 to 3.0.2
This commit is contained in:
commit
35f1af5257
2
.github/workflows/e2e.deploy.docs.yml
vendored
2
.github/workflows/e2e.deploy.docs.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
- uses: actions/checkout@master
|
||||
|
||||
- name: Check for e2e docs file changes
|
||||
uses: dorny/paths-filter@v3.0.1
|
||||
uses: dorny/paths-filter@v3.0.2
|
||||
id: changes
|
||||
with:
|
||||
token: ${{ github.token }}
|
||||
|
||||
2
.github/workflows/e2e.test.build.docs.yml
vendored
2
.github/workflows/e2e.test.build.docs.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
||||
- uses: actions/checkout@master
|
||||
|
||||
- name: Check for e2e docs file changes
|
||||
uses: dorny/paths-filter@v3.0.1
|
||||
uses: dorny/paths-filter@v3.0.2
|
||||
id: changes
|
||||
with:
|
||||
token: ${{ github.token }}
|
||||
|
||||
2
.github/workflows/e2e.test.lint.yml
vendored
2
.github/workflows/e2e.test.lint.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
||||
- uses: actions/checkout@master
|
||||
|
||||
- name: Check for frontend file changes
|
||||
uses: dorny/paths-filter@v3.0.1
|
||||
uses: dorny/paths-filter@v3.0.2
|
||||
id: changes
|
||||
with:
|
||||
token: ${{ github.token }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user