Skip to content

Commit

Permalink
chore(deps): update actions/github-script action to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 31, 2023
1 parent 21fcbd4 commit 6392645
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/comment_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
echo "GH context:"
echo "$GITHUB_CONTEXT"
- name: 'Download artifact'
uses: actions/github-script@v6.4.1
uses: actions/github-script@v7.0.1
with:
script: |
var artifacts = await github.rest.actions.listWorkflowRunArtifacts({
Expand All @@ -51,7 +51,7 @@ jobs:
cat ./comment
- name: 'Comment on Current Pull Request'
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
github-token: ${{ secrets.COMMENT_BOT_TOKEN }}
script: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/setup_repository.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/github-script@v6
- uses: actions/github-script@v7
with:
script: |
console.log("Setting up the repository", context);
Expand Down

0 comments on commit 6392645

Please sign in to comment.