Skip to content

Commit

Permalink
chore(deps): update githubactions to v4
Browse files Browse the repository at this point in the history
| datasource  | package                              | from | to |
| ----------- | ------------------------------------ | ---- | -- |
| github-tags | peter-evans/create-or-update-comment | v3   | v4 |
| github-tags | peter-evans/slash-command-dispatch   | v3   | v4 |
  • Loading branch information
renovate[bot] authored May 1, 2024
1 parent 60098f6 commit c463f3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/comment/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ runs:
# Will update the comment that triggered the /test comment and add the run-url
- name: Update comment
if: github.event_name == 'repository_dispatch'
uses: peter-evans/create-or-update-comment@23ff15729ef2fc348714a3bb66d2f655ca9066f2 # v3
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4
with:
token: ${{ inputs.token }}
repository: ${{ github.event.client_payload.github.payload.repository.full_name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/slash-command-dispatch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Slash Command Dispatch
uses: peter-evans/slash-command-dispatch@f996d7b7aae9059759ac55e978cff76d91853301 # v3
uses: peter-evans/slash-command-dispatch@13bc09769d122a64f75aa5037256f6f2d78be8c4 # v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
commands: test
Expand Down

0 comments on commit c463f3c

Please # to comment.