diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-11-20 10:42:37 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-11-20 10:42:37 +0000 |
| commit | 71b57bdb3e00144ece93fe9e0252ac601248090c (patch) | |
| tree | d1b49f688edd844b9df7b6066e38bf9e7cff890f /.github | |
| parent | 8f358d5e37d07471ac57d77629306e961264e534 (diff) | |
| download | faker-71b57bdb3e00144ece93fe9e0252ac601248090c.tar.xz faker-71b57bdb3e00144ece93fe9e0252ac601248090c.zip | |
chore(deps): update actions/github-script action to v7 (#2555)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/comment-issue.yml | 4 | ||||
| -rw-r--r-- | .github/workflows/pr.yml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/comment-issue.yml b/.github/workflows/comment-issue.yml index 4bf1bc2f..045b377a 100644 --- a/.github/workflows/comment-issue.yml +++ b/.github/workflows/comment-issue.yml @@ -13,7 +13,7 @@ jobs: issues: write steps: - name: Add Comment For User Interest - uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1 + uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 with: script: | github.rest.issues.createComment({ @@ -49,7 +49,7 @@ jobs: }) - name: React to Issue - uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1 + uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 with: script: | github.rest.reactions.createForIssue({ diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 604befa7..816f4a0c 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -53,7 +53,7 @@ jobs: run: pnpm exec tsc .github/workflows/commentCodeGeneration.ts --outDir .github/workflows - name: Comment - uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1 + uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 with: script: | const script = require('${{ github.workspace }}/.github/workflows/commentCodeGeneration.js') |
