Skip to content

Commit

Permalink
chore: Bump actions/setup-python from 5.1.1 to 5.2.0 (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent d13883f commit 9abee86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/storybook-preview-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
issue-number: ${{ github.event.pull_request.number }}
body-includes: "Storybook IPFS Hash: "
- name: Setup Python
uses: actions/setup-python@v5.1.1
uses: actions/setup-python@v5.2.0
with:
python-version: "3.x"
architecture: "x64"
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Update minor and patch NPM dependencies
- Bump `micromatch` from 4.0.7 to 4.0.8
- Bump `webpack` from 5.91.0 to 5.94.0
- Bump `actions/setup-python` from 5.1.1 to 5.2.0

## [1.0.45] - 2024-08-23

Expand Down

0 comments on commit 9abee86

Please sign in to comment.