Skip to content

Commit f58d22f

Browse files
committed
commit hash action version
1 parent 1caf41e commit f58d22f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
- name: Build
8484
run: yarn build
8585

86-
- uses: actions/upload-artifact@v4
86+
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
8787
with:
8888
name: build-${{ matrix.react }}
8989
path: packages/*/dist

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ jobs:
4141
yarn add "@types/react@18" "@types/react-dom@18" --dev
4242
yarn add react@18 react-dom@18
4343
44-
- uses: actions/download-artifact@v5
44+
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
4545
with:
4646
name: build-${{ matrix.react }}
4747
path: packages
4848

4949
- name: Cypress run
50-
uses: cypress-io/github-action@v6
50+
uses: cypress-io/github-action@b8ba51a856ba5f4c15cf39007636d4ab04f23e3c # v6.10.2
5151
with:
5252
browser: chrome
5353
component: true

0 commit comments

Comments
 (0)