Commit e292e75 1 parent 0c6f165 commit e292e75 Copy full SHA for e292e75
File tree 3 files changed +9
-9
lines changed
actions/setup-pnpm-with-dependencies
3 files changed +9
-9
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 55
55
# Upload artifact for `publish` workflow if this is a push event
56
56
- name : Upload build artifacts
57
57
if : ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}
58
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
58
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
59
59
with :
60
60
name : kongponents-ci-build-output-artifact
61
61
path : |
@@ -121,20 +121,20 @@ 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
128
128
129
129
- name : Upload Cypress screenshots (on failure)
130
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
130
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
131
131
if : failure()
132
132
with :
133
133
name : cypress-screenshots
134
134
path : cypress/screenshots
135
135
136
136
- name : Upload Cypress videos (always)
137
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
137
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
138
138
if : failure()
139
139
with :
140
140
name : cypress-videos
You can’t perform that action at this time.
0 commit comments