Skip to content

Commit

Permalink
Set release version on octokit/request-action
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcretu committed Jul 31, 2024
1 parent 25c52d3 commit 231c553
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/heroku.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 231c553

Please sign in to comment.