Commit 408f231 1 parent a22aeca commit 408f231 Copy full SHA for 408f231
File tree 3 files changed +6
-6
lines changed
actions/setup-pnpm-with-dependencies
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 49
49
50
50
- name : Dependency Cache
51
51
id : dependency-cache
52
- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
52
+ uses : actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
53
53
with :
54
54
path : |
55
55
~/.cache/Cypress
Original file line number Diff line number Diff line change @@ -33,23 +33,23 @@ jobs:
33
33
fetch-depth : 2
34
34
35
35
- name : Check if component (`src` directory) files have changed
36
- uses : tj-actions/changed-files@d6e91a2266cdb9d62096cebf1e8546899c6aa18f # v45.0.6
36
+ uses : tj-actions/changed-files@dcc7a0cba800f454d79fff4b993e8c3555bcc0a8 # v45.0.7
37
37
id : component-files-changed
38
38
# Return 'true' for any directories listed here that changed
39
39
with :
40
40
files : |
41
41
src/**
42
42
43
43
- name : Check if docs (`docs` directory) files have changed
44
- uses : tj-actions/changed-files@d6e91a2266cdb9d62096cebf1e8546899c6aa18f # v45.0.6
44
+ uses : tj-actions/changed-files@dcc7a0cba800f454d79fff4b993e8c3555bcc0a8 # v45.0.7
45
45
id : docs-files-changed
46
46
# Return 'true' for any directories listed here that changed
47
47
with :
48
48
files : |
49
49
docs/**
50
50
51
51
- name : Check if files changed in `src/`, `docs/`, or `cypress/` directories
52
- uses : tj-actions/changed-files@d6e91a2266cdb9d62096cebf1e8546899c6aa18f # v45.0.6
52
+ uses : tj-actions/changed-files@dcc7a0cba800f454d79fff4b993e8c3555bcc0a8 # v45.0.7
53
53
id : components-or-docs-or-cypress-files-changed
54
54
# Return 'true' for any directories listed here that changed
55
55
with :
59
59
cypress/**
60
60
61
61
- name : Check if package.json or pnpm.lock files changed
62
- uses : tj-actions/changed-files@d6e91a2266cdb9d62096cebf1e8546899c6aa18f # v45.0.6
62
+ uses : tj-actions/changed-files@dcc7a0cba800f454d79fff4b993e8c3555bcc0a8 # v45.0.7
63
63
id : package-json-pnpm-lock-files-changed
64
64
# Return 'true' for any directories listed here that changed
65
65
with :
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ jobs:
121
121
GITHUB_TOKEN : ${{ secrets.KONGPONENTS_BOT_PAT }}
122
122
123
123
- name : Run Cypress component tests
124
- uses : cypress-io/github-action@7271bed2a170d73c0b08939cd192db51a1c46c50 # v6.7.10
124
+ uses : cypress-io/github-action@18a6541367f4580a515371905f499a27a44e8dbe # v6.7.12
125
125
with :
126
126
install : false
127
127
command : pnpm test
You can’t perform that action at this time.
0 commit comments