Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
chore(deps): update actions/github-script action to v6.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 17, 2023
1 parent c65b60d commit a0b3f17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/slash-ops-command-help.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Create comment
# yamllint disable-line rule:comments
uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
with:
# yamllint disable rule:line-length
script: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/welcome-message.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
pull-requests: write
steps:
# yamllint disable-line rule:comments
- uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0
- uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
with:
# yamllint disable rule:line-length
script: |
Expand Down

0 comments on commit a0b3f17

Please sign in to comment.