Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludy87 committed Jul 13, 2024
1 parent 8f347c3 commit f28906f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.6
uses: actions/checkout@v4
with:
ref: main
- name: Set up Python 3
uses: actions/setup-python@v5.1.0
uses: actions/setup-python@v5
with:
python-version: |
3.11
Expand Down

0 comments on commit f28906f

Please sign in to comment.