From d79ca99636cc9a6c13ba44eb89d5fe79ef19a204 Mon Sep 17 00:00:00 2001 From: Octokit Bot Date: Tue, 3 Oct 2023 11:44:36 -0500 Subject: [PATCH] [maint]: Updated immediate response workflows via automation (#2793) Updates for workflows --- .github/workflows/add_to_octokit_project.yml | 2 +- .github/workflows/immediate-response.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/add_to_octokit_project.yml b/.github/workflows/add_to_octokit_project.yml index 6381aa5b87..60b2818b68 100644 --- a/.github/workflows/add_to_octokit_project.yml +++ b/.github/workflows/add_to_octokit_project.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest continue-on-error: true steps: - - uses: actions/add-to-project@v0.4.0 + - uses: actions/add-to-project@v0.5.0 with: project-url: https://github.com/orgs/octokit/projects/10 github-token: ${{ secrets.OCTOKITBOT_PROJECT_ACTION_TOKEN }} diff --git a/.github/workflows/immediate-response.yml b/.github/workflows/immediate-response.yml index deed62c767..1a21a731e6 100644 --- a/.github/workflows/immediate-response.yml +++ b/.github/workflows/immediate-response.yml @@ -19,7 +19,7 @@ jobs: run: echo "NUMBER=${{ github.event.issue.number || github.event.pull_request.number }}" >> "$GITHUB_OUTPUT" - name: Respond to issue or PR - uses: peter-evans/create-or-update-comment@6534843181fc2aeb7f9f1cd3cd4a7b956cada2db + uses: peter-evans/create-or-update-comment@v3 with: issue-number: ${{ steps.extract.outputs.NUMBER }} body: >