Skip to content

Commit 7a4c3a4

Browse files
Bump actions/setup-python from 5.1.0 to 5.1.1
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.1.0 to 5.1.1. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.1.0...v5.1.1) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4282702 commit 7a4c3a4

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)