Skip to content

Commit 4a2e204

Browse files
Bump the production-dependencies group with 1 update
Bumps the production-dependencies group with 1 update: [actions/setup-python](https://github.com/actions/setup-python). - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 89f27c4 commit 4a2e204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v4
2222

2323
- name: "Set up Python ${{ matrix.python-version }}"
24-
uses: actions/setup-python@v4
24+
uses: actions/setup-python@v5
2525
with:
2626
python-version: "${{ matrix.python-version }}"
2727

0 commit comments

Comments
 (0)