Skip to content

Commit

Permalink
chore(ci): Switch release-please-action location & update to latest v…
Browse files Browse the repository at this point in the history
…ersion (#1229)

Following the deprecation guidance at google-github-actions/release-please-action#1, this updates the location we pull the action from and updates to the latest version.
  • Loading branch information
blaine-arcjet authored Jul 31, 2024
1 parent 9e796cc commit e44d81d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
pull-requests: write
steps:
- name: Release Please
uses: google-github-actions/release-please-action@a2d8d683f209466ee8c695cd994ae2cf08b1642d
uses: googleapis/release-please-action@7987652d64b4581673a76e33ad5e98e3dd56832f # v4.1.3
with:
token: ${{ secrets.GITHUB_TOKEN }}
config-file: .github/release-please-config.json
Expand Down

0 comments on commit e44d81d

Please sign in to comment.