Skip to content

Commit

Permalink
update release workflow version
Browse files Browse the repository at this point in the history
Bump actions/setup-python from 5.1.0 to 5.1.1
  • Loading branch information
8naama authored Jul 29, 2024
2 parents 4282702 + 7a4c3a4 commit 44de56b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up Python
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
python-version: '3.x'
- name: Install dependencies
Expand All @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
python-version: '3.x'
- name: Install dependencies
Expand Down

0 comments on commit 44de56b

Please sign in to comment.