Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7b2cecc

Browse files
authoredOct 11, 2023
chore(deps): bump actions/setup-python from 4.7.0 to 4.7.1
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.7.0 to 4.7.1. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4.7.0...v4.7.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 135f88c commit 7b2cecc

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
@@ -61,7 +61,7 @@ jobs:
6161
steps:
6262
- uses: actions/checkout@v4
6363
- name: Set up Python environment
64-
uses: actions/setup-python@v4.7.0
64+
uses: actions/setup-python@v4.7.1
6565
with:
6666
python-version: ${{ matrix.python-version }}
6767
- name: 🧹 flake8 Lint

0 commit comments

Comments
 (0)
Please sign in to comment.