We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9445444 commit 65e3837Copy full SHA for 65e3837
2 files changed
.github/workflows/comment_pr.yml
@@ -25,7 +25,7 @@ jobs:
25
echo "GH context:"
26
echo "$GITHUB_CONTEXT"
27
- name: 'Download artifact'
28
- uses: actions/github-script@v6.4.1
+ uses: actions/github-script@v7.0.1
29
with:
30
script: |
31
var artifacts = await github.rest.actions.listWorkflowRunArtifacts({
@@ -51,7 +51,7 @@ jobs:
51
cat ./comment
52
53
- name: 'Comment on Current Pull Request'
54
- uses: actions/github-script@v6
+ uses: actions/github-script@v7
55
56
github-token: ${{ secrets.COMMENT_BOT_TOKEN }}
57
.github/workflows/setup_repository.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@v4
12
- - uses: actions/github-script@v6
+ - uses: actions/github-script@v7
13
14
15
console.log("Setting up the repository", context);
0 commit comments