summaryrefslogtreecommitdiffstats
path: root/.github/workflows/comment.yml
diff options
context:
space:
mode:
authorKacper Michajłow <kasper93@gmail.com>2024-01-24 18:29:49 +0100
committerDudemanguy <random342@airmail.cc>2024-01-26 03:28:55 +0000
commit7b67b1ddd3e9a27e3427d5a6601e662f9bc35a54 (patch)
treeadac64d97cf25531ade9815c9dbe9065d27372f5 /.github/workflows/comment.yml
parent19a6b84915cee214ccec929dfad5f9515fdc2911 (diff)
downloadmpv-7b67b1ddd3e9a27e3427d5a6601e662f9bc35a54.tar.bz2
mpv-7b67b1ddd3e9a27e3427d5a6601e662f9bc35a54.tar.xz
github/workflows: update actions package versions
Diffstat (limited to '.github/workflows/comment.yml')
-rw-r--r--.github/workflows/comment.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/comment.yml b/.github/workflows/comment.yml
index 7f9603a753..a837237372 100644
--- a/.github/workflows/comment.yml
+++ b/.github/workflows/comment.yml
@@ -10,7 +10,7 @@ jobs:
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'
runs-on: ubuntu-latest
steps:
- - uses: actions/github-script@v6
+ - uses: actions/github-script@v7
with:
script: |
const { owner, repo } = context.repo;