Skip to content

Commit 9d6fd82

Browse files
chore(deps): update all non-major github actions with stable version
1 parent d4abf3f commit 9d6fd82

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
52+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
5353
with:
5454
path: |
5555
~/.cache/Cypress

.github/workflows/publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
uses: ./.github/actions/setup-pnpm-with-dependencies/
5353

5454
- name: Download Build Artifacts
55-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
55+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
5656
with:
5757
name: kongponents-ci-build-output-artifact
5858

.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@18a6541367f4580a515371905f499a27a44e8dbe # v6.7.12
124+
uses: cypress-io/github-action@108b8684ae52e735ff7891524cbffbcd4be5b19f # v6.7.16
125125
with:
126126
install: false
127127
command: pnpm test

0 commit comments

Comments
 (0)