Skip to content

Commit

Permalink
bump git-bob version
Browse files Browse the repository at this point in the history
  • Loading branch information
haesleinhuepf committed Aug 8, 2024
1 parent 6402e4c commit 0520676
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/comment-on-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install git-bob==0.2.0
pip install git-bob==0.2.2
- name: Run Python
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/review-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install git-bob==0.2.0
pip install git-bob==0.2.2
- name: Run Python
env:
Expand Down

0 comments on commit 0520676

Please sign in to comment.