Skip to content

Commit 7c6b96b

Browse files
Merge pull request #49 from joselcaguilar/dependabot/github_actions/actions/setup-python-4.7.0
Bump actions/setup-python from 4.6.1 to 4.7.0
2 parents f101621 + 4022569 commit 7c6b96b

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)