Skip to content

Commit 611ee03

Browse files
dependabot[bot]mrbean-bremen
authored andcommitted
Bump hasura/comment-progress from 2.2.0 to 2.3.0
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]>
1 parent 106a088 commit 611ee03

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
PR_PATH: pull/${{github.event.number}}
1414
steps:
1515
- name: Comment on PR
16-
uses: hasura/comment-progress@v2.2.0
16+
uses: hasura/comment-progress@v2.3.0
1717
if: github.ref != 'refs/heads/main'
1818
with:
1919
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -84,7 +84,7 @@ jobs:
8484
destination_dir: ${{ env.PR_PATH }}
8585

8686
- name: Update comment
87-
uses: hasura/comment-progress@v2.2.0
87+
uses: hasura/comment-progress@v2.3.0
8888
if: github.ref != 'refs/heads/main'
8989
with:
9090
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/pr-close.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
destination_dir: ${{ env.PR_PATH }}
2121

2222
- name: Comment on PR
23-
uses: hasura/comment-progress@v2.2.0
23+
uses: hasura/comment-progress@v2.3.0
2424
with:
2525
github-token: ${{ secrets.GITHUB_TOKEN }}
2626
repository: ${{ github.repository }}

0 commit comments

Comments
 (0)