From 231c5539d039ef8ef6db5bc93a0b39b7a89061a4 Mon Sep 17 00:00:00 2001 From: Paul Cretu Date: Wed, 31 Jul 2024 23:56:06 +0000 Subject: [PATCH] Set release version on octokit/request-action --- .github/workflows/heroku.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/heroku.yaml b/.github/workflows/heroku.yaml index f174d91c..f4bf502d 100644 --- a/.github/workflows/heroku.yaml +++ b/.github/workflows/heroku.yaml @@ -22,7 +22,7 @@ jobs: egress-policy: audit # Forward deployment's status to the deployed commit. - - uses: octokit/request-action@b0a13a4be9e5c27d79f5f37f719452494d14a5a4 # v2.x + - uses: octokit/request-action@872c5c97b3c85c23516a572f02b31401ef82415d # v2.3.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: @@ -58,7 +58,7 @@ jobs: retry-delay: 30s continue-on-error: true # Set appropriate status to the deployed commit. - - uses: octokit/request-action@b0a13a4be9e5c27d79f5f37f719452494d14a5a4 # v2.x + - uses: octokit/request-action@872c5c97b3c85c23516a572f02b31401ef82415d # v2.3.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: