Skip to content

Commit 110800f

Browse files
Bump actions/setup-python from 4.7.1 to 5.1.0 (#161)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.7.1 to 5.1.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4.7.1...v5.1.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7ad8d6d commit 110800f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: "actions/checkout@v4.1.0"
1818

1919
- name: "Set up Python"
20-
uses: actions/setup-python@v4.7.1
20+
uses: actions/setup-python@v5.1.0
2121
with:
2222
python-version: "3.11"
2323
cache: "pip"

0 commit comments

Comments
 (0)