Skip to content

Commit

Permalink
chore: Bump actions/setup-node from 4.0.3 to 4.0.4 (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent 097f7bb commit a9b38b5
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/library-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Checkout repository
uses: actions/[email protected]
- name: Setup Node
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version: ${{ env.NODE_VERSION }}
cache: ${{ env.NODE_CACHE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/library-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
token: ${{ secrets.ARABOT_PAT_TRIGGER_WORKFLOW }}
- name: Setup Node
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version: ${{ env.NODE_VERSION }}
cache: ${{ env.NODE_CACHE }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/library-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Checkout repository
uses: actions/[email protected]
- name: Setup Node
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version: ${{ env.NODE_VERSION }}
cache: ${{ env.NODE_CACHE }}
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Checkout repository
uses: actions/[email protected]
- name: Setup Node
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version: ${{ env.NODE_VERSION }}
cache: ${{ env.NODE_CACHE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/storybook-preview-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Checkout repository
uses: actions/[email protected]
- name: Setup Node
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version: ${{ env.NODE_VERSION }}
cache: ${{ env.NODE_CACHE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/storybook-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Checkout repository
uses: actions/[email protected]
- name: Setup Node
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version: ${{ env.NODE_VERSION }}
cache: ${{ env.NODE_CACHE }}
Expand Down
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

### Added

- Add truncation to `VoteProposalDateListItem` module component.
- Add truncation to `VoteProposalDateListItem` module component

### Changed

- Bump `actions/setup-node` from 4.0.3 to 4.0.4

## [1.0.47] - 2024-09-23

### Added

- Add optional `confirmationLabel` prop to the `VoteProposalDataListItem` component in order to pass a custom string
when needed.
when needed
- Add new `xs` size for core `Avatar` component

## [1.0.46] - 2024-09-21
Expand Down

0 comments on commit a9b38b5

Please sign in to comment.