Skip to content

Commit 8b6c7df

Browse files
Update GitHub Actions
1 parent 48597d2 commit 8b6c7df

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212

1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616

1717
- name: Set up Node.js
18-
uses: actions/setup-node@v2
18+
uses: actions/setup-node@v5
1919
with:
2020
node-version-file: .nvmrc
2121

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010

1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v5
1414
with:
1515
fetch-depth: 0
1616

1717
- name: Set up Node.js
18-
uses: actions/setup-node@v2
18+
uses: actions/setup-node@v5
1919
with:
2020
node-version-file: .nvmrc
2121

.github/workflows/storybook.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v5
1313
with:
1414
fetch-depth: 0
1515

1616
- name: Set up Node.js
17-
uses: actions/setup-node@v2
17+
uses: actions/setup-node@v5
1818
with:
1919
node-version-file: .nvmrc
2020

@@ -28,7 +28,7 @@ jobs:
2828
run: yarn install
2929

3030
- name: Deploy Storybook
31-
uses: chromaui/action@v1
31+
uses: chromaui/action@v11
3232
with:
3333
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
3434
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)