File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments