Skip to content

Commit 66985ea

Browse files
authored
Merge pull request #31 from ansible-actions/dependabot/github_actions/actions/setup-python-6.2.0
Bump actions/setup-python from 6.0.0 to 6.2.0
2 parents f324387 + df96b05 commit 66985ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v5
1616

1717
- name: Set up Python ${{ matrix.python-version }}
18-
uses: actions/setup-python@v6.0.0
18+
uses: actions/setup-python@v6.2.0
1919
with:
2020
python-version: ${{ matrix.python-version }}
2121

0 commit comments

Comments
 (0)