Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and JP-Ellis committed Mar 4, 2024
1 parent 9c345f0 commit 8895276
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ jobs:
- name: Generate release
id: release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v1
with:
files: wheels/*
body_path: ${{ runner.temp }}/changelog
Expand All @@ -252,7 +252,7 @@ jobs:
packages-dir: wheels

- name: Create PR for changelog update
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc # v6
with:
token: ${{ secrets.GH_TOKEN }}
commit-message: "chore: update changelog ${{ github.ref_name }}"
Expand Down

0 comments on commit 8895276

Please sign in to comment.