Skip to content

Commit b8dceec

Browse files
authored
Merge pull request #17 from siku2/dependabot/github_actions/actions/setup-python-4.7.1
Bump actions/setup-python from 4.7.0 to 4.7.1
2 parents 44411bf + d4855e1 commit b8dceec

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
@@ -17,7 +17,7 @@ jobs:
1717
uses: "actions/checkout@v4"
1818

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

0 commit comments

Comments
 (0)