Skip to content

Commit 87919dc

Browse files
authored
chore(ci): bump setup-action pin to node24 build (#22942)
1 parent 6dc76bf commit 87919dc

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/actions/nightly-release/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ runs:
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');

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
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:
@@ -53,7 +53,7 @@ jobs:
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 }}
@@ -69,7 +69,7 @@ jobs:
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
@@ -97,7 +97,7 @@ jobs:
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

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)