Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
StRigaud committed Aug 30, 2024
1 parent c0ed1d2 commit f46ce12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update_pyclesperanto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
issue_number: ${{ steps.check-issues.outputs.issue_number }}
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4.1.7

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5.2.0
with:
python-version: '3.x'

Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4.1.7
- name: Configure git
run: |
Expand Down

0 comments on commit f46ce12

Please sign in to comment.