Skip to content

Commit

Permalink
ci(deps): update googleapis/release-please-action action from v4.1.1 …
Browse files Browse the repository at this point in the history
…to v4.1.3

| datasource  | package                          | from   | to     |
| ----------- | -------------------------------- | ------ | ------ |
| github-tags | googleapis/release-please-action | v4.1.1 | v4.1.3 |
  • Loading branch information
mazi-renovate[bot] authored Jun 14, 2024
1 parent bca8fda commit 262215c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on-push-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
tag_name: ${{ steps.release-please.outputs.tag_name }}
pr: ${{ steps.release-please.outputs.pr }}
steps:
- uses: googleapis/release-please-action@f3969c04a4ec81d7a9aa4010d84ae6a7602f86a7 # v4.1.1
- uses: googleapis/release-please-action@7987652d64b4581673a76e33ad5e98e3dd56832f # v4.1.3
id: release-please
with:
release-type: rust
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
app-id: ${{ secrets.MAZI_RELEASE_APP_ID }}
private-key: ${{ secrets.MAZI_RELEASE_APP_PRIVATE_KEY }}
- uses: googleapis/release-please-action@f3969c04a4ec81d7a9aa4010d84ae6a7602f86a7 # v4.1.1
- uses: googleapis/release-please-action@7987652d64b4581673a76e33ad5e98e3dd56832f # v4.1.3
id: release
with:
token: ${{ steps.generate_token.outputs.token }}
Expand Down

0 comments on commit 262215c

Please sign in to comment.