Skip to content

Commit

Permalink
chore(deps): update actions/setup-python action to v5.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 10, 2024
1 parent 6bf227e commit 663abd0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ansible-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Python 3
uses: actions/setup-python@v5.0.0
uses: actions/setup-python@v5.1.1
with:
python-version: "3.10"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/setup-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Python 3
uses: actions/setup-python@v5.0.0
uses: actions/setup-python@v5.1.1
with:
python-version: "3.10"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/setup-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Python 3
uses: actions/setup-python@v5.0.0
uses: actions/setup-python@v5.1.1
with:
python-version: "3.10"

Expand Down

0 comments on commit 663abd0

Please sign in to comment.