Skip to content

Commit

Permalink
Merge pull request #333 from dreammall-earth/update-boilerplate-backe…
Browse files Browse the repository at this point in the history
…nd-12-03

chore(backend): update boilerplate backend 12 03
  • Loading branch information
ulfgebhardt authored Mar 12, 2024
2 parents acf26f6 + 3b1cf01 commit 05348b8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backend.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 backend file changes
uses: dorny/paths-filter@v3.0.1
uses: dorny/paths-filter@v3.0.2
id: changes
with:
token: ${{ github.token }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/backend.test.build.docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4

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

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

0 comments on commit 05348b8

Please sign in to comment.