Skip to content

Commit 408f231

Browse files
chore(deps): update all non-major github actions with stable version
1 parent a22aeca commit 408f231

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/actions/setup-pnpm-with-dependencies/action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ runs:
4949
5050
- name: Dependency Cache
5151
id: dependency-cache
52-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
52+
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
5353
with:
5454
path: |
5555
~/.cache/Cypress

.github/workflows/get-changed-files.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -33,23 +33,23 @@ jobs:
3333
fetch-depth: 2
3434

3535
- 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
3737
id: component-files-changed
3838
# Return 'true' for any directories listed here that changed
3939
with:
4040
files: |
4141
src/**
4242
4343
- 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
4545
id: docs-files-changed
4646
# Return 'true' for any directories listed here that changed
4747
with:
4848
files: |
4949
docs/**
5050
5151
- 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
5353
id: components-or-docs-or-cypress-files-changed
5454
# Return 'true' for any directories listed here that changed
5555
with:
@@ -59,7 +59,7 @@ jobs:
5959
cypress/**
6060
6161
- 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
6363
id: package-json-pnpm-lock-files-changed
6464
# Return 'true' for any directories listed here that changed
6565
with:

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
GITHUB_TOKEN: ${{ secrets.KONGPONENTS_BOT_PAT }}
122122

123123
- 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
125125
with:
126126
install: false
127127
command: pnpm test

0 commit comments

Comments
 (0)