From 4013a95f92d7de1b9ff09b423085e9767594b51d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Nov 2023 22:19:51 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v7 --- .github/workflows/slash-ops-command-help.yml | 2 +- .github/workflows/welcome-message.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/slash-ops-command-help.yml b/.github/workflows/slash-ops-command-help.yml index bed4808..228a890 100644 --- a/.github/workflows/slash-ops-command-help.yml +++ b/.github/workflows/slash-ops-command-help.yml @@ -23,7 +23,7 @@ jobs: - name: Create comment # yamllint disable-line rule:comments - uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1 + uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 with: # yamllint disable rule:line-length script: | diff --git a/.github/workflows/welcome-message.yml b/.github/workflows/welcome-message.yml index 55ec9ff..189371e 100644 --- a/.github/workflows/welcome-message.yml +++ b/.github/workflows/welcome-message.yml @@ -14,7 +14,7 @@ jobs: pull-requests: write steps: # yamllint disable-line rule:comments - - uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1 + - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 with: # yamllint disable rule:line-length script: |