Skip to content

Commit 32e9454

Browse files
authored
Merge pull request #5 from AN3Orik/dependabot/github_actions/actions/setup-python-6.0.0
Bump actions/setup-python from 5.2.0 to 6.0.0
2 parents 5ebf73e + ec18c5d commit 32e9454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: "actions/checkout@v5.0.0"
1818

1919
- name: "Set up Python"
20-
uses: actions/setup-python@v5.2.0
20+
uses: actions/setup-python@v6.0.0
2121
with:
2222
python-version: "3.13"
2323
cache: "pip"

0 commit comments

Comments
 (0)