Skip to content

Commit

Permalink
chore: Bump actions/github-script from 6.4.1 to 7.0.1 (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Apr 30, 2024
1 parent 73c4afd commit 0dc2d5e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/library-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
id: package-version
uses: martinbeentjes/[email protected]
- name: Update changelog
uses: actions/github-script@v6.4.1
uses: actions/github-script@v7.0.1
env:
version: ${{ steps.package-version.outputs.current-version}}
with:
Expand All @@ -52,7 +52,7 @@ jobs:
git push
echo "commit-sha=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
- name: Create tag
uses: actions/github-script@v6.4.1
uses: actions/github-script@v7.0.1
with:
github-token: ${{ secrets.ARABOT_PAT_TRIGGER_WORKFLOW }}
script: |
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 @@ -35,7 +35,7 @@ jobs:
hash=${array[3]}
./ipfs-cluster-ctl/ipfs-cluster-ctl --basic-auth '${{ secrets.IPFS_BASIC_AUTH }}' --host '${{ vars.IPFS_HOST_ADDRESS }}' pin rm $hash
- name: Delete Comment
uses: actions/github-script@v6.4.1
uses: actions/github-script@v7.0.1
if: steps.get-deployment.outputs.comment-id != 0
with:
script: |
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

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

## [1.0.25] - 2024-04-24

Expand Down

0 comments on commit 0dc2d5e

Please sign in to comment.