diff --git a/.github/workflows/issue-slash-commands.yaml b/.github/workflows/issue-slash-commands.yaml index 62bbd2e..046c04d 100644 --- a/.github/workflows/issue-slash-commands.yaml +++ b/.github/workflows/issue-slash-commands.yaml @@ -16,7 +16,7 @@ jobs: steps: - name: Process slash command - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const allowedUsers = ["ChrisTitusTech", "og-mrk", "Marterich", "MyDrift-user", "Real-MullaC", "CodingWonders", "GabiNun2", "FluffyPunk"]; diff --git a/.github/workflows/pr-labels.yaml b/.github/workflows/pr-labels.yaml index fb8dbe1..fc148c0 100644 --- a/.github/workflows/pr-labels.yaml +++ b/.github/workflows/pr-labels.yaml @@ -14,7 +14,7 @@ jobs: steps: - name: Check PR body for Type of Change - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const prBody = context.payload.pull_request.body || '';