File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 repository : ${{ inputs.checkout-repo }}
3333 ref : ${{ inputs.checkout-ref }}
3434 fetch-depth : 0
35- - uses : vuetifyjs/setup-action@fb6949e3ee1041636b7fa9eef3c7694ff31840b8 # master
35+ - uses : vuetifyjs/setup-action@cb5ac088588387e65433a762de90c0b06d878677 # master
3636 - run : >-
3737 node -e "
3838 const json = require('./lerna.json');
Original file line number Diff line number Diff line change 2929 runs-on : ubuntu-24.04
3030 steps :
3131 - uses : actions/checkout@v4
32- - uses : vuetifyjs/setup-action@fb6949e3ee1041636b7fa9eef3c7694ff31840b8 # master
32+ - uses : vuetifyjs/setup-action@cb5ac088588387e65433a762de90c0b06d878677 # master
3333 - run : pnpm build vuetify
3434 - uses : actions/upload-artifact@v4
3535 with :
5353 with :
5454 name : vuetify-dist
5555 path : packages/vuetify
56- - uses : vuetifyjs/setup-action@fb6949e3ee1041636b7fa9eef3c7694ff31840b8 # master
56+ - uses : vuetifyjs/setup-action@cb5ac088588387e65433a762de90c0b06d878677 # master
5757 - run : pnpm run $SCOPES lint
5858 env :
5959 SCOPES : ${{ matrix.scopes }}
6969 with :
7070 path : ~/.cache/ms-playwright
7171 key : ${{ runner.os }}-playwright-${{ hashFiles('./pnpm-lock.yaml') }}
72- - uses : vuetifyjs/setup-action@fb6949e3ee1041636b7fa9eef3c7694ff31840b8 # master
72+ - uses : vuetifyjs/setup-action@cb5ac088588387e65433a762de90c0b06d878677 # master
7373 - run : pnpm exec playwright install chromium
7474 - run : pnpm run test
7575 working-directory : ./packages/vuetify
9797 with :
9898 name : vuetify-dist
9999 path : packages/vuetify
100- - uses : vuetifyjs/setup-action@fb6949e3ee1041636b7fa9eef3c7694ff31840b8 # master
100+ - uses : vuetifyjs/setup-action@cb5ac088588387e65433a762de90c0b06d878677 # master
101101 - run : pnpm build api
102102 - run : npm install -g npm@latest
103103 - name : NPM Release
@@ -125,7 +125,7 @@ jobs:
125125 with :
126126 name : vuetify-dist
127127 path : packages/vuetify
128- - uses : vuetifyjs/setup-action@fb6949e3ee1041636b7fa9eef3c7694ff31840b8 # master
128+ - uses : vuetifyjs/setup-action@cb5ac088588387e65433a762de90c0b06d878677 # master
129129 - uses : ./.github/actions/download-locales
130130 - run : pnpm build api
131131 - run : pnpm build docs
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ jobs:
115115 echo "Last commit was more than 24 hours ago, skipping tests"
116116 exit 1
117117 fi
118- - uses : vuetifyjs/setup-action@fb6949e3ee1041636b7fa9eef3c7694ff31840b8 # master
118+ - uses : vuetifyjs/setup-action@cb5ac088588387e65433a762de90c0b06d878677 # master
119119 - run : pnpm exec playwright install chromium
120120 - run : pnpm vizzly run "pnpm test:browser"
121121 working-directory : ./packages/vuetify
You can’t perform that action at this time.
0 commit comments