Skip to content

Commit

Permalink
chore: Bump peter-evans/find-comment from 2.4.0 to 3.1.0 (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Apr 30, 2024
1 parent 7c15866 commit 73c4afd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/storybook-preview-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Build storybook
run: yarn build:storybook
- name: Get previous deployment
uses: peter-evans/find-comment@v2.4.0
uses: peter-evans/find-comment@v3.1.0
id: get-deployment
with:
issue-number: ${{ github.event.pull_request.number }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/storybook-preview-remove.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
wget https://dist.ipfs.io/ipfs-cluster-ctl/v1.0.0/ipfs-cluster-ctl_v1.0.0_linux-amd64.tar.gz
tar xvfz ipfs-cluster-ctl_v1.0.0_linux-amd64.tar.gz
- name: Get deployment
uses: peter-evans/find-comment@v2.4.0
uses: peter-evans/find-comment@v3.1.0
id: get-deployment
with:
issue-number: ${{ github.event.pull_request.number }}
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

### Added

- Implement `Accordion` core component

### Changed

- Bump `actions/checkout` from 4.1.3 to 4.1.4
- Bump `peter-evans/find-comment` from 2.4.0 to 3.1.0

## [1.0.25] - 2024-04-24

### Added

- Implement `Accordion` core component
- Setup `Dependabot` to keep dependencies updated

### Changed
Expand Down

0 comments on commit 73c4afd

Please sign in to comment.