Skip to content

Commit 44de56b

Browse files
authored
update release workflow version
Bump actions/setup-python from 5.1.0 to 5.1.1
2 parents 4282702 + 7a4c3a4 commit 44de56b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/auto-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
fetch-depth: 0
1515
- name: Set up Python
16-
uses: actions/[email protected].0
16+
uses: actions/[email protected].1
1717
with:
1818
python-version: '3.x'
1919
- name: Install dependencies
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@v4
3131
with:
3232
fetch-depth: 0
33-
- uses: actions/[email protected].0
33+
- uses: actions/[email protected].1
3434
with:
3535
python-version: '3.x'
3636
- name: Install dependencies

0 commit comments

Comments
 (0)