Skip to content

Commit 4513259

Browse files
chore(deps): update github actions
1 parent 0e35224 commit 4513259

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup Node.js environment
2525
uses: actions/setup-node@v6
2626
with:
27-
node-version: '20'
27+
node-version: '24'
2828
cache: 'yarn'
2929

3030
- name: Turbo cache
@@ -48,7 +48,7 @@ jobs:
4848

4949
- name: Publish to Chromatic
5050
if: '!github.event.pull_request.head.repo.fork'
51-
uses: chromaui/action@v13
51+
uses: chromaui/action@v15
5252
with:
5353
token: ${{ secrets.GITHUB_TOKEN }}
5454
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}

.github/workflows/cross-platform-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup Node.js environment
2828
uses: actions/setup-node@v6
2929
with:
30-
node-version: '20'
30+
node-version: '24'
3131
cache: yarn
3232

3333
- name: Turbo cache

.github/workflows/dvc-cli-output-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup Node.js environment
2828
uses: actions/setup-node@v6
2929
with:
30-
node-version: '20'
30+
node-version: '24'
3131
cache: yarn
3232

3333
- run: yarn install

.github/workflows/end-to-end-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Node.js environment
3030
uses: actions/setup-node@v6
3131
with:
32-
node-version: '20'
32+
node-version: '24'
3333
cache: 'yarn'
3434

3535
- name: Clean Up Disk Space
@@ -58,7 +58,7 @@ jobs:
5858
with:
5959
run: yarn test:e2e
6060
options: '-screen 0 1600x1200x24'
61-
- uses: actions/upload-artifact@v6
61+
- uses: actions/upload-artifact@v7
6262
if: failure()
6363
with:
6464
name: screenshots

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ jobs:
3030
- name: Setup Node.js environment
3131
uses: actions/setup-node@v6
3232
with:
33-
node-version: '20'
33+
node-version: '24'
3434
cache: 'yarn'
3535

3636
- run: yarn install
3737
- run: yarn build
3838

3939
- name: Upload VSIX
40-
uses: actions/upload-artifact@v6
40+
uses: actions/upload-artifact@v7
4141
with:
4242
name: dvc.vsix
4343
path: ./extension/dvc.vsix

0 commit comments

Comments
 (0)