From 0befa77b99ed3606fe6138ca638112937b505e02 Mon Sep 17 00:00:00 2001 From: Idan Horowitz Date: Tue, 9 Jan 2024 22:20:16 +0200 Subject: [PATCH] CI: Update comment-on-pr version The newer version installs a specific version of octokit, since the latest version no longer supports the ruby installation in github actions vms. This should resolve the CI issues. --- .github/workflows/lintcommits.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lintcommits.yml b/.github/workflows/lintcommits.yml index 043ada12a4..e4e456caf8 100644 --- a/.github/workflows/lintcommits.yml +++ b/.github/workflows/lintcommits.yml @@ -87,7 +87,7 @@ jobs: - name: Comment on PR if: ${{ failure() && !github.event.pull_request.draft }} - uses: IdanHo/comment-on-pr@5f51df338210754f519f721f8320d8f72525a4d0 + uses: IdanHo/comment-on-pr@dba728af7671011d7fd2c52acfc80f7217ae58b8 env: GITHUB_TOKEN: ${{ secrets.BUGGIEBOT_TOKEN }} with: