Skip to content

Commit 9dd045e

Browse files
chore(deps): update all major github actions dependencies
1 parent 2400e47 commit 9dd045e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/actions/setup_node/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ inputs:
1111
runs:
1212
using: "composite"
1313
steps:
14-
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4
14+
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
1515
name: Install pnpm
1616
id: pnpm-install
1717
with:

.github/workflows/check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
fetch-depth: 0
3535

3636
- name: Check for backend changes
37-
uses: dorny/paths-filter@d1c1ffe0248fe513906c8e24db8ea791d46f8590 # v3.0.3
37+
uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1
3838
id: backend
3939
with:
4040
filters: |
@@ -46,7 +46,7 @@ jobs:
4646
- '.github/**'
4747
4848
- name: Check for frontend changes
49-
uses: dorny/paths-filter@d1c1ffe0248fe513906c8e24db8ea791d46f8590 # v3.0.3
49+
uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1
5050
id: frontend
5151
with:
5252
filters: |
@@ -55,7 +55,7 @@ jobs:
5555
- '.github/**'
5656
5757
- name: Check for openAPI changes
58-
uses: dorny/paths-filter@d1c1ffe0248fe513906c8e24db8ea791d46f8590 # v3.0.3
58+
uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1
5959
id: openapi
6060
with:
6161
filters: |

0 commit comments

Comments
 (0)