Skip to content

Commit

Permalink
Merge pull request #12 from ansible-actions/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/setup-python-5.0.0

Bump actions/setup-python from 4.7.1 to 5.0.0
  • Loading branch information
DO1JLR committed Mar 21, 2024
2 parents a255450 + 36e05a5 commit 23f0a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4.1.0

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4.7.1
uses: actions/setup-python@v5.0.0
with:
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit 23f0a4d

Please sign in to comment.