Skip to content

Commit

Permalink
Bump hasura/comment-progress from 2.2.0 to 2.3.0
Browse files Browse the repository at this point in the history
Bumps [hasura/comment-progress](https://github.com/hasura/comment-progress) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/hasura/comment-progress/releases)
- [Commits](hasura/comment-progress@v2.2.0...v2.3.0)

---
updated-dependencies:
- dependency-name: hasura/comment-progress
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent 97e556f commit 8c65bcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
destination_dir: ${{ env.PREVIEW_PATH }}

- name: Update comment
uses: hasura/comment-progress@v2.2.0
uses: hasura/comment-progress@v2.3.0
if: github.ref != 'refs/heads/main'
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
destination_dir: ${{ env.PREVIEW_PATH }}

- name: Comment on PR
uses: hasura/comment-progress@v2.2.0
uses: hasura/comment-progress@v2.3.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
repository: ${{ github.repository }}
Expand Down

0 comments on commit 8c65bcd

Please sign in to comment.