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 11, 2024
1 parent 829ef9f commit 2ff9d1c
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.1
pip install git-bob==0.2.3
- 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 @@ -35,7 +35,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install git-bob==0.2.1
pip install git-bob==0.2.3
- name: Run Python
env:
Expand Down

0 comments on commit 2ff9d1c

Please sign in to comment.