Skip to content

Commit 4022569

Browse files
Bump actions/setup-python from 4.6.1 to 4.7.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.6.1 to 4.7.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4.6.1...v4.7.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 584a8bd commit 4022569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: "actions/checkout@v3.5.3"
1515

1616
- name: "Set up Python"
17-
uses: actions/setup-python@v4.6.1
17+
uses: actions/setup-python@v4.7.0
1818
with:
1919
python-version: "3.10"
2020
cache: "pip"

0 commit comments

Comments
 (0)