Skip to content

Commit 28c7e19

Browse files
dependabot[bot]james-d-mitchell
authored andcommitted
build(deps): bump actions/setup-python from 4 to 5
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. - [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 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 521155d commit 28c7e19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: "Check out the repository"
2525
uses: actions/checkout@v4
2626
- name: "Set up Python"
27-
uses: actions/setup-python@v4
27+
uses: actions/setup-python@v5
2828
- name: "Install ${{ matrix.linter }} with pip"
2929
run: pip install ${{ matrix.linter }}
3030
- name: "Run ${{ matrix.linter }} on the Digraphs package"

0 commit comments

Comments
 (0)