Skip to content

Commit 1e2da5a

Browse files
dependabot[bot]andyshinn
authored andcommitted
Bump actions/setup-python from 5.5.0 to 5.6.0 in /.github/workflows
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.5.0 to 5.6.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.5.0...v5.6.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 5.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9589b69 commit 1e2da5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fetch-depth: 0
2323

2424
- name: Set up Python
25-
uses: actions/setup-python@v5.5.0
25+
uses: actions/setup-python@v5.6.0
2626
with:
2727
python-version: "3.12"
2828
cache: "pip"
@@ -56,7 +56,7 @@ jobs:
5656
fetch-depth: 0
5757

5858
- name: Set up Python
59-
uses: actions/setup-python@v5.5.0
59+
uses: actions/setup-python@v5.6.0
6060
with:
6161
python-version: "3.12"
6262
cache: "pip"

0 commit comments

Comments
 (0)