Skip to content

Commit c2b6f47

Browse files
authored
chore: Update actions to support NodeJS 20 (#801)
1 parent 1d03cd8 commit c2b6f47

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/chromatic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout repository
10-
uses: actions/checkout@v1
10+
uses: actions/checkout@v4
1111

1212
- name: Prepare Node.js environment
1313
uses: actions/setup-node@v3

.github/workflows/deploy-storybook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- name: Checkout
29-
uses: actions/checkout@v3
29+
uses: actions/checkout@v4
3030

3131
- name: Read Node.js version from '.nvmrc'
3232
id: nvmrc

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
# Based on historical data
1919
timeout-minutes: 60
2020
steps:
21-
- uses: actions/checkout@v1
21+
- uses: actions/checkout@v4
2222
- name: Read Node.js version from '.nvmrc'
2323
id: nvmrc
2424
run: |

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
# Based on historical data
99
timeout-minutes: 15
1010
steps:
11-
- uses: actions/checkout@v1
11+
- uses: actions/checkout@v4
1212
- name: Read Node.js version from '.nvmrc'
1313
id: nvmrc
1414
run: |

0 commit comments

Comments
 (0)