Skip to content

Commit

Permalink
chore(deps): update actions/setup-python action to v5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 24, 2024
1 parent 409cf69 commit 7a64d1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-ansible/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ descriptions: Install ansible and required roles/collections
runs:
using: composite
steps:
- uses: actions/setup-python@v5.2.0
- uses: actions/setup-python@v5.3.0
with:
python-version: 3.x
- name: Install ansible and required roles/collections
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
curl --proto '=https' --tlsv1.2 -fsSL https://get.opentofu.org/install-opentofu.sh -o install-opentofu.sh
sh install-opentofu.sh --install-method deb
- uses: actions/[email protected]
- uses: actions/setup-python@v5.2.0
- uses: actions/setup-python@v5.3.0
with:
python-version: 3.x
- run: |
Expand Down

0 comments on commit 7a64d1e

Please sign in to comment.